Make your apps come alive! Use Animation
There are three types of Android animation:
- Property animations – these enable you to change the properties of an object, like text size for example
- Frame animations – these display a sequence of drawable images
- View animations – also known as Tweened animations. These animations are applied to View objects and allow you to:
- Rotate a view
- Change the size of a view
- Change the transparency of a view
- Move a view
Our tutorial will show you how to use View animations in your apps