Create “loading” animation easily

后端 未结 3 1741
感动是毒
感动是毒 2020-12-12 03:26

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

3条回答
  •  不知归路
    2020-12-12 04:10

    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.

提交回复
热议问题