标签:des android style class c java
commonly called bitmap animation
reduce the resolution
reduce the color depth
and reduce the framerate
应该考虑硬件条件, 处理器及内存
Frame animation uses the drawable resource folder
animation (covered in Chapter 4) uses the /res/anim folder
AnimationDrawable
AnimationDrawable drawable = (AnimationDrawable) imageView.getDrawable();
drawable.start();
《Pro Android Graphics》读书笔记之第三节,布布扣,bubuko.com
《Pro Android Graphics》读书笔记之第三节
标签:des android style class c java
原文地址:http://blog.csdn.net/lilu_leo/article/details/26098227