I'm implementing an Android gallery widget. I'm asking how to lazy (i.e. in a separate thread) load images from the web and persistently cache them? So that on the next run I have the cached images locally available...
This is how:
Lazy load of images in ListView
Check the demo in the second answer, helped me massively!