Android give us the opportunity to add animations in our applications in order to achieve a better sense of the interface quality. There are many animation types but in this tutorial we are going to use tween animations, a widely used type on Views. Tween animation define simple transformations on the components of a View object and can perform series ...
Read More »Animations examples
In this example we shall show you how to programmatically set animations to a layout . To achieve this one should perform the following steps: Create an XML file and place it in a new folder inside the “res” folder of the Android Project Use an AccelerateInterpolator that dictates the way the animation changes its state Use the AnimationUtils to load the animation ...
Read More »