[android-developers] Re: ListView with lazy loading of images

2010-07-22 Thread Joseph Earl
Take a look at this post on Stack Overflow http://stackoverflow.com/questions/541966/android-how-do-i-do-a-lazy-load-of-images-in-listview On Jul 22, 10:06 am, Tabman wrote: > Hi Davide, > > see the logic for calling two functions in the following code (private > void updateBookCovers() & private

[android-developers] Re: ListView with lazy loading of images

2010-07-22 Thread Tabman
Hi Davide, see the logic for calling two functions in the following code (private void updateBookCovers() & private void postUpdateBookCovers() ) It implements lazy loading of images. The idea is to load images when scrolling stops. http://code.google.com/p/shelves/source/browse/trunk/Shelves/src