Example #1
0
 public void start() {
   notes = getActivity();
   listView = notes.getListView();
   listAdapter = listView.getAdapter();
 }