animations Archives - Androhub

Animations

Android Animation

Animation takes some parameters such as start value , end value, size , time duration , rotation angle e.t.c and perform the required animation on that object. It can be applied to any type of object. So in order to use this , android has provided us a class called Animation. In order to perform

Read More
ViewAnimator

Android ViewAnimator

A ViewAnimator  is used to animate or switch between the screens. To learn Basic of Android Animation  go to  Android Animation Tutorial. Example In this example i will show how to use ViewAnimator  to switch between screen with Animation. VIDEO DEMO Let’s get start by creating a project in Eclipse IDE. 1. Create a new project in Eclipse by

Read More
ViewFlipper

Android ViewFlipper

ViewFlipper is an extension class of ViewAnimator, which animates between two or more views that have been added to it. Specfically, only one child is shown at a time. To learn Basic of Android Animation  go to  Android Animation Tutorial. To get a better understanding, suppose that we have two TextViews that will be used in

Read More