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
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