Most efficient way to show frame by frame animation android

前端 未结 8 1719
醉话见心
醉话见心 2021-02-01 07:41

I am trying to show frame by frame animation by changing images in a imageview. I tried animation drawable in xml and also changing the bitmap of the imageview inside a Handler.

8条回答
  •  难免孤独
    2021-02-01 08:03

    Try using an AnimationDrawable for your ImageView. See my answer here for example.

提交回复
热议问题