I wanna set Image in ImageView using Url for example I have this url
http://www.google.iq/imgres?hl=en&biw=1366&bih=667&tbm=isch&tbni
Try the library SimpleDraweeView
and now you can simply do:
final Uri uri = Uri.parse(post.getImageUrl());