Re: [android-developers] Display contents of a database in a listview

2012-11-29 Thread Jovish P
Adapter that exposes data from a Cursorhttp://developer.android.com/reference/android/database/Cursor.htmlto a ListViewhttp://developer.android.com/reference/android/widget/ListView.htmlwidget. The Cursor must include a column named _id or this class will not work.

[android-developers] Display contents of a database in a listview

2012-11-28 Thread Giannis Sarridis
I would like to display the contents of a database in a listview...and I am new at this..so if there's anyone who could show me the way how to do this I would really appreciate it :) -- You received this message because you are subscribed to the Google Groups Android Developers group. To post