How to play GIF in android

后端 未结 8 823
死守一世寂寞
死守一世寂寞 2020-11-30 05:08

Hello stackoverflow I\'m trying to develop an android application to play my own GIF, here is the code snippet

MainActivity.java

8条回答
  •  死守一世寂寞
    2020-11-30 05:18

    Android provides the class android.graphics.Movie. This class is capable of decoding and playing InputStreams. So for this approach, we create a class GifMovieView and let it inherit from View a detailed tutorial is given at http://droid-blog.net/2011/10/14/tutorial-how-to-use-animated-gifs-in-android-part-1/

提交回复
热议问题