Android Frame Animation: XML, Concepts and Optimization

Frame Animation Concepts: Cels, Framerate, and Resolution

动画的发展

cel-base animation

raster animation

bitmap

commonly called bitmap animation

not currently support Animated GIF

Optimizing Frame Animation: Color Depth and Frame Rate

three primary ways to optimize

reduce the resolution

reduce the color depth

and reduce the framerate

格式:PNG32,Png8

If you don’t need to composite your animation over other graphics, you can also consider using the lossy JPEG format to get a far smaller per-frame data foot print by throwing away some of the image data and resulting quality.

应该考虑硬件条件, 处理器及内存


Creating Frame Animation in Android Using XML Markup

Frame animation uses the drawable resource folder

animation (covered in Chapter 4) uses the /res/anim folder

AnimationDrawable

Android <animation-list> Tag: The Parent Frame Container

Android's <item> Tag: Specifying Your Animation Frames

Creating a Frame Animation for our GraphicsDesign App

Instantiating the Frame Animation Definition Using Java

AnimationDrawable drawable = (AnimationDrawable) imageView.getDrawable();

drawable.start();


















更多相关文章

  1. 显示Android当前可用系统内存方法
  2. Android:注册一个方向传感器的回调,能够让app常驻内存不被杀死
  3. Android之读取手机内存中的文件数据
  4. Android内存泄漏检测-LeakCanary
  5. android如何查看app的内存占用情况
  6. Android内存控制
  7. Android 内存泄漏——context泄漏
  8. Handler 内部类导致的内存泄露修改方法
  9. Android 学习笔记--android――Activity跳转条件不匹配出现FC,规

随机推荐

  1. Android逆向之hook框架frida篇
  2. android的ant
  3. Android怎么让一个service开机自动启动
  4. Live Wallpaper动态壁纸开发
  5. Android(安卓)-- 资源使用和总结经验分享
  6. android 之GestureOverlayView手势识别
  7. android之面试总结
  8. android组件之Activity
  9. Android 使用ArrayAdapter 加载Bean数据
  10. 自己遇到的Android虚拟机出现的错误及解