What's new
DroidForums.net | Android Forums & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Android application using ListView

eljainc

New Member
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
 
Back
Top