Display Animated GIF

后端 未结 30 2060
无人及你
无人及你 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:42

    Just wanted to add that the Movie class is now deprecated.

    This class was deprecated in API level P.

    It is recommended to use this

    AnimatedImageDrawable

    Drawable for drawing animated images (like GIF).

提交回复
热议问题