I’m new to android and I’m trying to make a simple android program that will display rows of data from sqlite table.
I’d like to make a list wherein each row is clickable and once clicked, will trigger probably an onclick function based on which row it was clicked from(like passing parameter of the row clicked).
Can anyone tell me how to do this? or provide links to sample applications about it?
Thanks in advance!
You can find a lot of example for this. As as starting go through the android website – developer.android.com. It contains tutorials for database and lists and any other thing you want. Go in resource section to view the sample codes. Try exploring…