Re: [android-developers] Lazy load images into listview

2010-11-08 Thread Aaron Windsor
On Sat, Nov 6, 2010 at 4:42 PM, Open wrote: > I have an activity in my application that shows a listview of items > with icons next two each item. I would like to lazy load icons for > each item from the Internet using in memory caching and SD caching > (very common Android use case). > > I have b

[android-developers] Lazy load images into listview

2010-11-06 Thread Open
I have an activity in my application that shows a listview of items with icons next two each item. I would like to lazy load icons for each item from the Internet using in memory caching and SD caching (very common Android use case). I have been using this code from the Google Android developers b