Adapter that exposes data from a
Cursor<http://developer.android.com/reference/android/database/Cursor.html>to
a
ListView<http://developer.android.com/reference/android/widget/ListView.html>widget.
The Cursor must include a column named "_id" or this class will not
work.

http://developer.android.com/reference/android/widget/CursorAdapter.html
http://chetanandroidarora.wordpress.com/2011/12/18/customcursoradapter/

Regards,
jovi

On Tue, Nov 27, 2012 at 10:32 PM, Giannis Sarridis <
giannis.sarri...@gmail.com> wrote:

> 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 to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
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 unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to