I am stuck on this! I have a listView populated by a a cursor. My question is how can i get the specific item information from the cursor when a certain position in the listview is selected. For example, i select the third index in the listView, I want the information associated with that index from the cursor. How can I do that? Thanks in advance
Share
Implement the
onListItemClicked()method like so:Your
Activitymust extendListActivityfor this to work as expected, like so: