[android-developers] Re: ListView with lazy loading of images
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.
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home