FEEDBACK
Browse Groups Android  »  Learn how to do animation in Android.
Name

Email

Careerguide
Open to offer Posted on 18 Oct 11, 5:25 AM

Android is powerful mobile operating system but its animation capabilities and 3D libraries are not as widely talked about. Here is a quick summary of Android animation capability. Please add via comment if you have any useful links.

Basic Android Animation Framework Tutorial

"Without writing any animation/drawing code, you can do 2 types of animations – layout transitions that affect ViewGroups, and sequences inside a View. You can also do frame by frame animation, but this tutorial will not cover that. The basics covered here affect layout transitions, and animation of a View itself, using tweening animation, which includes each of the following effects (or any combination) – Alpha, Rotate, Scale, and Translate."

Android Transitions - Slide In and Slide Out



2D Sprite Animation in Android

"used sprite sheets and the functionality provided by the Android bitmap drawing functions to draw each frame of the animation. In a nutshell each frame of animation is set on a single bitmap one after the other. The animation code then plays one frame after the other until the animation is complete. Below is an example of a sprite of a bouncing color changing arrow."

android.view.animation - Official Android Documentation

Android Animations 3D flip



Android 3D Carousel

Android Coverflow Widget V2

Add New Reply