Android animation overview-animation Overview

Source: Internet
Author: User

Translated from:Http://developer.android.com/guide/topics/graphics/overview.html

The android framework provides two animation systems: Property animation (introduced in android3.0) and view animation. These two animation systems are both feasible options, but attribute animation is usually the preferred method because it is more flexible and provides more functions. In addition to the two animation systems, you can also use a drawing animation that allows you to load drawing resources and display them at a frame by frame.

Property Animation

Introduced in android3.0 (API level 11), the property animation system will give any object animation attributes, including those that are not displayed on the screen. This system is scalable and supports Custom Animation attributes.

View animation

View animation is an old animation system and can only be used for view objects. This animation system is relatively easy to create and is suitable for applications.ProgramMost of the requirements mentioned in this document provide sufficient capabilities.

Drawing Animation

Drawing animation involves the sequential display of drawing resources like movies. This animation method is useful if you want to use drawing resources to easily display animations and how to map progress bars.

 

Related Article

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.