• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps How to use CursorAdapter to fill listView and recycling them

hno2005

Newbie
hi
I used to fill listView with arrayAdapter and recycle them to do faster and reduce ram usage . I want to do the same with CursorAdapter ,I mean I want to read data( lots of data , about 500 rows ) with images and show them . What is the best way to do this ? What should I do and where I can learn what to do . I've searched but I'm really confuse now ,I'm a new to android.

Could you please share your codes or a sample project ?

thanks
 
Back
Top Bottom