"Pro Android Graphics" Third section of reading notes

Source: Internet
Author: User

Android Frame Animation:xml, Concepts and optimizationFrame Animation Concepts:cels, framerate, and ResolutionThe development of animationCel-base AnimationRaster animationBitmap

Commonly called bitmap animation

Not currently support animated GIFoptimizing frame animation:color Depth and Frame ratethree primary WA Ys to optimize

Reduce the resolution

Reduce the color depth

and reduce the framerate

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

Hardware conditions, processor and memory should be considered


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 Containerandroid ' s <item> tag:specifying Your Animat Ion FramesCreating A frame Animation for our graphicsdesign Appinstantiating the frame Animation definit Ion Using Java

Animationdrawable drawable = (animationdrawable) imageview.getdrawable ();

Drawable.start ();


















Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.