how to set image from url for imageView

后端 未结 10 1757
礼貌的吻别
礼貌的吻别 2020-11-28 08:18

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

10条回答
  •  攒了一身酷
    2020-11-28 08:45

    Try the library SimpleDraweeView

    
    

    and now you can simply do:

     final Uri uri = Uri.parse(post.getImageUrl());
    

提交回复
热议问题