2

I am trying to load image in ImageView. The URL for image,when I hit it on web browser, it redirects me to another link for the image.

When I use the same URL for ImagView I get the error for File Not Found Exception: URL

Is there any way I can get the image loaded from redirected url.

UPDATE

This is the URL I hit

http://graph.facebook.com/xxxxxxxxxxxx/picture/

and in response for example I get image from below URL

http://profile.ak.fbcdn.net/static-ak/rsrc.php/v1/yo/r/UlIqmHJn-SK.gif

Adil Bhatty
  • 17,190
  • 34
  • 81
  • 118

1 Answers1

0

i know it's too late, you've probably figured it out. in android ImageView can not handle remote URL, so the problem is not url redirect.

wangii
  • 2,570
  • 1
  • 22
  • 29