文件名称:gifviewdemo
介绍说明--下载内容均来自于网络,请自行研究使用
Android GifView Demo源码,gif解码观察者代码,本类可以显示一个gif动画,其使用方法和android的其它view(如imageview)一样。如果要显示的gif太大,会出现OOM的问题。解码过程中,Gif动画显示的方式,如果图片较大,那么解码过程会比较长,这个解码过程中,gif如何显示:
@param parseStatus 解码是否成功,成功会为true
@param fr a meIndex 当前解码的第几帧,当全部解码成功后,这里为-1-Android GifView Demo source code, gif decoding observer code, the class can display an animated gif, its use, and other view android (eg imageview) the same. If you want to display gif too, OOM problems will appear. Decoding process, the way Gif animation, if the picture is large, then the decoding process will be longer, the decoding process, gif how to display: @ param parseStatus decoding is successful, the success will be as true @ param fr a meIndex current decoding the first few fr a me, when all the decoding is successful, where-1
@param parseStatus 解码是否成功,成功会为true
@param fr a meIndex 当前解码的第几帧,当全部解码成功后,这里为-1-Android GifView Demo source code, gif decoding observer code, the class can display an animated gif, its use, and other view android (eg imageview) the same. If you want to display gif too, OOM problems will appear. Decoding process, the way Gif animation, if the picture is large, then the decoding process will be longer, the decoding process, gif how to display: @ param parseStatus decoding is successful, the success will be as true @ param fr a meIndex current decoding the first few fr a me, when all the decoding is successful, where-1
(系统自动生成,下载前可以参看下载内容)
下载文件列表
GifView\.classpath
.......\.project
.......\AndroidManifest.xml
.......\bin\classes.dex
.......\...\.om\ant\liao\GifAction.class
.......\...\...\...\....\GifDecoder.class
.......\...\...\...\....\GifFrame.class
.......\...\...\...\....\GifView$1.class
.......\...\...\...\....\GifView$DrawThread.class
.......\...\...\...\....\GifView$GifImageType.class
.......\...\...\...\....\GifView.class
.......\...\...\...\....\R$attr.class
.......\...\...\...\....\R$drawable.class
.......\...\...\...\....\R$string.class
.......\...\...\...\....\R.class
.......\...\GifView.apk
.......\...\resources.ap_
.......\default.properties
.......\gen\com\ant\liao\R.java
.......\res\drawable\icon.png
.......\...\values\strings.xml
.......\src\com\ant\liao\GifAction.java
.......\...\...\...\....\GifDecoder.java
.......\...\...\...\....\GifFrame.java
.......\...\...\...\....\GifView.java
.......Demo\.classpath
...........\.project
...........\AndroidManifest.xml
...........\bin\classes.dex
...........\...\.om\test\R$attr.class
...........\...\...\....\R$drawable.class
...........\...\...\....\R$id.class
...........\...\...\....\R$layout.class
...........\...\...\....\R$string.class
...........\...\...\....\R.class
...........\...\...\....\TestAction.class
...........\...\GifViewDemo.apk
...........\...\resources.ap_
...........\default.properties
...........\gen\com\test\R.java
...........\lib\GifView.jar
...........\res\drawable\a.gif
...........\...\........\gif1.gif
...........\...\........\icon.png
...........\...\layout\gif.xml
...........\...\......\main.xml
...........\...\values\strings.xml
...........\src\com\test\TestAction.java
.......\bin\com\ant\liao
.......\gen\com\ant\liao
.......\src\com\ant\liao
.......\bin\com\ant
.......\gen\com\ant
.......\src\com\ant
.......Demo\bin\com\test
...........\gen\com\test
...........\src\com\test
.......\bin\com
.......\gen\com
.......\res\drawable
.......\...\layout
.......\...\values
.......\src\com
.......Demo\bin\com
...........\gen\com
...........\res\drawable
...........\...\layout
...........\...\values
...........\src\com
.......\assets
.......\bin
.......\gen
.......\res
.......\src
.......Demo\assets
...........\bin
...........\gen
...........\lib
...........\res
...........\src
GifView
GifViewDemo