Android应用通过AnimationDrawable实现View的动画效果

时间:2017-05-08 14:16:15
【文件属性】:
文件名称:Android应用通过AnimationDrawable实现View的动画效果
文件大小:966KB
文件格式:ZIP
更新时间:2017-05-08 14:16:15
Animation Drawable 动画 Drawable animation可以加载Drawable资源实现帧动画。AnimationDrawable是实现Drawable animations的基本类。推荐用XML文件的方法实现Drawable动画,不推荐在代码中实现。这种XML文件存放在工程中res/drawable/目录下。XML文件的指令(即属性)为动画播放的顺序和时间间隔。
【文件预览】:
AnimationDrawableDemo
----.project(857B)
----bin()
--------AndroidManifest.xml(906B)
--------AnimationDrawableDemo.apk(186KB)
--------dexedLibs()
--------res()
--------resources.ap_(35KB)
--------classes()
--------classes.dex(433KB)
----ic_launcher-web.png(54KB)
----AndroidManifest.xml(906B)
----proguard-project.txt(781B)
----libs()
--------android-support-v4.jar(377KB)
----src()
--------com()
----project.properties(563B)
----res()
--------values()
--------layout()
--------drawable-ldpi()
--------drawable-hdpi()
--------anim()
--------drawable-mdpi()
--------drawable-xhdpi()
--------menu()
----.classpath(364B)
----gen()
--------com()
----assets()

网友评论

  • 骗子!!!根本不能用!!
  • 还不错,谢谢分享
  • 代码完整,还可以~
  • 不错,可以实现效果,看起来动画效果还是可以的。