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
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.