Android how to display and image from URL
- by Patrick
Hi all!
I'm having trouble displaying SOME images on my android app. Just normal display image from certain URL. Some images works, some just doesn't work. For instance try displaying this image from URL:
http://img191.imageshack.us/img191/7379/tronlegacys7i7wsjf.jpg
It doesn't work. Doesn't even work in emulator.
Could it be the EXIF info for the image is problematic? Can anyone try to see they are able to display that image on android app, and share the code/method to display that image on screen?
Thank you!