Possible Duplicate:
Android ListView with delete button
android Listview button
Okay .. I will be simple and straight.. Please tell me how to add button in a list view. I have gone through various questions about this topic but none seems to help.
I have json format of data and am using hashmaps to read the values in the listviews.
if you want to add button in a listview you need two layout one layout is a listview and second layout is showing button which you want and with the help of this code you can show listview with buttons.
here headerview and footerview is different layout in which i am showing buttons with listview.