To make loading images from the web less of a pain, I created a little
helper class

To load an image you simply call
ImageLoader.getInstance().load(myImageView, "myimage.jpg", true);


http://wu-media.com/2009/06/android-imageloader-load-images-sequencially-in-the-background/

1. It loads images sequentially
2. It has the ability to cache the loaded images
3. you can stop the downloads by calling clearQueue() (it doesn't stop
the current downloads, just the ones to follow)
4. you can clear the cache by calling clearCache()

I hope somebody finds this useful, or if you have any suggestion on
how i can make it better, leave me a comment :)

On May 25, 1:04 am, schwiz <sch...@gmail.com> wrote:
> Can anyone show me documentation or give me a quick web sample of how
> to display animagefrom the web.  I read up on the drawables section
> in the android reference, but I either missed it, or its covered in
> another section.  Thanks!

--~--~---------~--~----~------------~-------~--~----~
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