I generated Button in row.xml file so it will create number of buttons as same as list item
so I’d like to setTag all of Button in ListView to getTag and retrieve the data from database.
I generated Button in row.xml file so it will create number of buttons as
Share
Assuming that you are using the Custom Adapter for your ListView, you will be able to set Tag for each Button inside your Adapter’s getView(),