If I use simple adapter to feed the listview and the listview contains textview and button so how can I perform operation on specific position?
I face this difficulty. In my case when i click on textview which is part of list-view’s custom XML file then the position is right, but when i click on the button which is the part of list-view’s custom XML file then it always gives first position.… Read More »If I use simple adapter to feed the listview and the listview contains textview and button so how can I perform operation on specific position?