Android programming - onitemclicklistener for multiple listviews doesn't work
问题 In my activity i have created seven listviews and am using viewpager to swipe between them in the same activity. I then have a sqlite database populating each listview. My problem is the onitemclicklistener is not working, there are no errors and the code executes fine but nothing happens on list item clicks. I tested it out by adding toast display messages etc but nothing happens on list item clicks. I suspect the problem is i have not gotten the listviews from xml layouts like the