How to show Animated GIF image in android application?

后端 未结 11 1620
臣服心动
臣服心动 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 14:01

    I have also tried to do the same but Android doesn't show gif images with Animation. If you want to achieve the same then you have take few frames of your animated Image and then use frame by frame animation.

    You Can have reference in the below link. http://developer.android.com/reference/android/graphics/drawable/AnimationDrawable.html

提交回复
热议问题