In my app I have some names(from mysql database) in listview there are 100 names corresponding with checkbox. Once I click on noe or more checkbox then corresponding name should be displayed in next activity listview.
How to do this? If anybody have codes please provide me.
I would be appreciated your help..
Thanks in advance..
In my app I have some names(from mysql database) in listview there are 100
Share
Lets say you’ve created your List with simple adapter like this:
To pass “name” to second activity you can do this:
Then in second activity you can catch name like this: