Display Animated GIF

后端 未结 30 2410
无人及你
无人及你 2020-11-22 02:11

I want to display animated GIF images in my aplication. As I found out the hard way Android doesn\'t support animated GIF natively.

However it can display animations

30条回答
  •  野性不改
    2020-11-22 02:32

    I solved the problem by splitting gif animations into frames before saving it to phone, so I would not have to deal with it in Android.

    Then I download every frame onto phone, create Drawable from it and then create AnimationDrawable - very similar to example from my question

提交回复
热议问题