文件名称:Android播放动画之使用AnimationDrawable播放帧动画工程
文件大小:95KB
文件格式:RAR
更新时间:2015-03-02 16:37:50
Android入门,Android播放动画,AnimationDrawable
使用系统带的AnimationDrawable类来播放动画必须将你需要播放的动画打成一帧一帧的图片保存起来,然后在xml文件中表示出每帧图片,这样就可以提前将资源图片加载内存中了。http://www.ourunix.org/android/post/65.html的代码实例
【文件预览】:
AnimationTest
----AndroidManifest.xml(752B)
----res()
--------layout()
--------drawable-ldpi()
--------drawable()
--------drawable-mdpi()
--------drawable-hdpi()
--------values()
----proguard.cfg(1KB)
----src()
--------org()
----bin()
--------classes()
--------res()
--------classes.dex(4KB)
--------AnimationTest.apk(29KB)
--------resources.ap_(25KB)
----.classpath(364B)
----assets()
----project.properties(361B)
----.project(849B)
----gen()
--------org()