Advertisement
cyter

updates for OnItemClickListener

May 21st, 2015
554
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.42 KB | None | 0 0
  1. ...
  2.                 private class DrawerItemClickListener implements
  3.                   ListView.OnItemClickListener {
  4.             @Override
  5.             public void onItemClick(AdapterView<?> parent, View view, int position,
  6.                         long id) {
  7.                   if (dataList.get(position).getTitle() == null) {
  8.                         SelectItem(position);
  9.                   }
  10.  
  11.             }
  12.       }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement