Picasso image load callback

后端 未结 5 436
不思量自难忘°
不思量自难忘° 2020-12-08 13:20

I want to use Picasso to load three consecutive images one on top of each other in a listview. Using the methods Picasso provides makes this easy. However because these imag

5条回答
  •  囚心锁ツ
    2020-12-08 13:51

    You could use the Target object. Once target1 receives the callback, you can download the 2nd asset, then get the callback in target2, then trigger the 3rd download.

提交回复
热议问题