Displaying an image from the web in an Android app is unnecessarily hard to do the right way. You need to download it byte by byte from the Internet, store it in a Bitmap object, and then set this Bitmap …Continue reading
The Missing Widget in the Android SDK: SmartImageView


