Start a Project

Some basic animations in Android

Uses of animations make your application more realistic, more attractive and easy to use.  So in this blog, we are going to show you how to add basic animation in your Views to make it attractive by java code. Animations can add be notify users about what’s going on in your app and improve their thinking model of your app’s interface

Implementation

This animation is of view translation with fade in and fade out effect on the view,

In xml,

In Java,

By above function, you can translate your view with fade out effect.

You can also add the listener to your animation that what you want to do before or after performing the animation.

 

Thanks for the reading this blog, if you have any doubt and query comment below.

Happy Coding and Stay Super.

 

Exit mobile version