I have an android listView with an image in each item. It takes a while till the image is loaded. How can I add a \"loading\" animation every time the image is
listView
I have added this in my xml
I can stop it on PostExecute() but I'm not sure how to make Picasso stop it itself.