Advertisement
Mazle

DeviceListActivity

Jun 26th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.35 KB | None | 0 0
  1. public class DeviceListActivity extends SingleFragmentActivity {
  2.  
  3.  
  4.     @Override
  5.     protected void onCreate(Bundle savedInstanceState) {
  6.         super.onCreate(savedInstanceState);
  7.         Log.d("Begin", "starting DeviceListActivity");
  8.  
  9.     }
  10.  
  11.     @Override
  12.     public Fragment createFragment() {
  13.         return new DeviceListFragment();
  14.     }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement