Display Animated GIF

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

    Use fresco. Here's how to do it:

    http://frescolib.org/docs/animations.html

    Here's the repo with the sample:

    https://github.com/facebook/fresco/tree/master/samples/animation

    Beware fresco does not support wrap content!

提交回复
热议问题