I\'m developing an Android application, and it\'s view is containing multiple Gallerys. The content of the Gallerys (the Bitmaps) are red from the Internet.
For the
public static Bitmap decodeStream (InputStream is)
Returns
The decoded bitmap, or null if the image data could not be decoded.
Did you check that you're not getting some 404 error or similar instead of the image?