• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps List for picking names from a database

eljainc

Lurker
Hello,

I am creating a simple Android app that has a list of data in a SQLite database. I want to have a list of say all the last names, where one can choose from a list.

When a user clicks an item in a ListView, I would like that record to be read from the file.

However, my On Click Handler is not working. Can someone post an example please of how this is done?
 
Back
Top Bottom