I have a listview that reads data from sqlite database. I would like to achieve the following:
Once i click on an item in the listview, it should take me to details of the item (i.e another activity that has textviews showing each field etc). Basically, i have an activity that shows all fields in a given record and i want it to display once i click on the record in the listview..Please help
Once i click on an item in the listview, it should take me to details of the item (i.e another activity that has textviews showing each field etc). Basically, i have an activity that shows all fields in a given record and i want it to display once i click on the record in the listview..Please help