Downloading multiples images from Picasso in Android

前端 未结 6 1933
被撕碎了的回忆
被撕碎了的回忆 2021-02-09 14:59

I\'m using Picasso library to download images from URL. This is my first attempt on Picasso

Scenario : I want to download some images from server and store them into a

6条回答
  •  南笙
    南笙 (楼主)
    2021-02-09 15:38

    Picasso.with(context).load(url).into(imageview);
    

    in this approach image loading is depends on the speed of your internet to download the image..

提交回复
热议问题