Reputation: 710
I m in little problem I add the buttons on listview but i can't add the listener on that buttons.i used the custom listview in which we give xml view to custom adapter and set that adapter on listview and this listview placed in another xml file.
if anyone add the buttons on listview and handle that buttons with listeners then please help me because my project is stop for this reason
Upvotes: 0
Views: 557
Reputation: 34823
if you are using custom adapter, in that getview you can add listener for you button.
Refer this question
Upvotes: 2