Android application using ListView

eljainc

New Member
Joined
Jan 10, 2011
Messages
1
Reaction score
0
Hello,

I'm having a problem with an application that I'm writing using Android. I have a database that I would like to pull the last names from and then show them in a list. I'm using a ListView. When the user clicks on an item in the list, I would like to load that associated record from the SQLite database into memory. However, the list click handler does not get fired.

Can someone please post an example of this?

Thanks
Mike
 
Top