android-lazyloading

Lazy Load images on Listview in android(Beginner Level)? [duplicate]

北战南征 提交于 2019-11-26 17:15:49
Possible Duplicate: Android - How do I do a lazy load of images in ListView I am working on the listview with the custom adapter. I want to load the images and text view on it. The images are load from the internet urls. I just want to show the images which are visible list item to hte user. I refered the Shelves opensource project example from romainguy , but its to complicated to understand the code. For a beginner level, I just want to know how to handle the tag between the adapter and activity. From the commonsware example I can set the tag on adapter, but can't show the corresponding

Lazy Load images on Listview in android(Beginner Level)? [duplicate]

我怕爱的太早我们不能终老 提交于 2019-11-26 05:20:11
问题 Possible Duplicate: Android - How do I do a lazy load of images in ListView I am working on the listview with the custom adapter. I want to load the images and text view on it. The images are load from the internet urls. I just want to show the images which are visible list item to hte user. I refered the Shelves opensource project example from romainguy, but its to complicated to understand the code. For a beginner level, I just want to know how to handle the tag between the adapter and