android-animation-example


Example project to demonstrate how to implement a frame-by-frame animation in android.

This example app is playing an animation of the Newton's cradle. For this purpose a frame-by-frame animation is defined in an xml file and then used within the activity to start the animation.

It's using the AnimationDrawable class to implement the frame-by-frame animation.

For a detailed tutorial on how to implement such an animation please refer to: http://app-solut.com/blog/2011/05/playing-animations-in-android

Project Information

The project was created on May 27, 2011.

Labels:
Android Apps Tutorial Animation Frame-by-Frame Activity