[android-developers] List view from database

2011-03-18 Thread Brad Stintson
I want to display two columns retrieved from database in a list view, which can be clicked. How to do that? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

Re: [android-developers] List view from database

2011-03-18 Thread Mark Murphy
Query the database and put the results in a CursorAdapter of some form. Here is a sample project that does just that: https://github.com/commonsguy/cw-android/tree/master/Database/Constants On Fri, Mar 18, 2011 at 8:49 AM, Brad Stintson geek.bin...@gmail.com wrote: I want to display two