A simple image-loading library for Android.
Use the following to load an image from an URL into an ImageView. You must specify a target width and a target height:
Picnic.startDownload(myImageView, "http://path.to/the/image.jpg", 80, 80);
For more information, please read the Javadoc.