Downloading multiples images from Picasso in Android

前端 未结 6 1942
被撕碎了的回忆
被撕碎了的回忆 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:49

    Don't use the method in this way rather make a call and depending upon the response call the next call . Like method1 -> error(), result

    Handle the list of url at both of them and call the same method.

提交回复
热议问题