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 <tabishfay...@gmail.com> wrote:
> 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/...
>
> On Jul 22, 11:44 am, Davide <d...@vide.bz> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to