I have a ListView
getting data from an SQLite database.
Data:
- Primary Key, Name
- 1, "John"
- 2, "Mark"
My ListView
shows the names.
How do I make it so when you tap on a name you get the value of the Primary Key? i.e Tapping on "Mark" would return 2