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?
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?