How to show Animated GIF image in android application?

后端 未结 11 1559
臣服心动
臣服心动 2020-12-28 13:16

I want to show an animated GIF image in an android application like the image below. I have tried the webview but no success. How to show the animated gif in the application

11条回答
  •  囚心锁ツ
    2020-12-28 13:55

    You can also use this lib to easily support a gifDrawable.

    Just use GifImageView instead of normal ImageView:

    
    

    and locate your gif-file under the src attr. That's all!

提交回复
热议问题