Most efficient way to show frame by frame animation android

前端 未结 8 1716
醉话见心
醉话见心 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 07:55

    Try exporting your images to a GIF? Android does support decoding GIF files.

    Have a look : Supported Media Formats.

提交回复
热议问题