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/org/curiouscreature/android/shelves/activity/ShelvesActivity.java?r=19 On Jul 22, 11:44 am, Davide <[email protected]> wrote: > Hi, > > I try to implements lazy loading of images in a listview. There is no > android features to make this, > so I should implement it by myself. > > Have anyone alread done this? Take the solution care of scrolling and > lazy loading new > images and stop to load not more necessary images? > > -- > _| _. o _| _ > (_| (_| \/ | (_| (/_ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

