as usual we use an adapter to populate a listView. in the adapter we use picasso to load the images. i see that as rows are recycled when loading an image into an target (imageV
You can also use RequestCreator#tag(Object) on the requests made by your fragment/activity, then use Picasso#cancelTag(Object) to cancel all of them.
RequestCreator#tag(Object)
Picasso#cancelTag(Object)