Android Question Listview and sqlite

Tata Mapassa

Member
Licensed User
Longtime User
Hello,

I have a table containing the line composed of 4 fields (id, Name, Date, NumberRoom). I have a listview that shows the entire table. I want to click on a line of the listview and only display in a msgbox the NumberRoom field corresponding to the clicked line.
Thank you for your help.
 

DonManfred

Expert
Licensed User
Longtime User
Add the Line as Value (singlelineline2, twoline2) and use the Value in the Item Click event to show the MsgBox
 
Upvote 0
Top