I am trying to write an application which takes items from a database and populates rows within a ListView. I can\'t click on the items after tapping on the rows and the dpa
Tried this?
@Override public boolean isEnabled(int position) { //Set a Toast or Log over here to check. return true; }