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() 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 :) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

