Ejemplo n.º 1
0
 /** Called when the activity is first created. */
 @Override
 public void onCreate(Bundle savedInstanceState) {
   super.onCreate(savedInstanceState);
   setContentView(R.layout.main);
   mDbAdapter = new HostDbAdapter(this);
   mDbAdapter.open();
   updateList();
   registerForContextMenu(getListView());
 }