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?