Search code examples
androidlistviewlazy-loadingadaptersd-card

Android ListView with SQL and SDcard data's


Possible Duplicate:
Android - How do I do a lazy load of images in ListView

I have a custom list of contacts. It contains the name, description (from the database) and the corresponding image from the file system. SimpleCursorAdapter not work with icons. How to make lazy initialization list with this data?


Solution

  • You can have a look at this nice article,

    Also this,