[android-developers] Re: Loading images in the background - and being able to cancel them

2009-06-10 Thread guojian
the download of an image that takes too long. > > I have not yet put this class online, but i will soon. > > On Jun 9, 10:00 am, guojian wrote: > > > To make loading images from the web less of a pain, I created a little > > helper class > > > To load an image y

[android-developers] Re: load image from the web?

2009-06-09 Thread guojian
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

[android-developers] Loading images in the background - and being able to cancel them

2009-06-09 Thread guojian
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