

If you’re building an app supporting earlier devices, you might look for an alternative for pre-21 devices. Note: The animations outlined in this blog assume that your app’s minSdk is 21 or above. While there are certainly more possibilities with animations, we’ll limit ourselves to these three for the time being. Shared Element transition animation (when a user clicks on an element and opens a new activity containing that same element).Activity Exit animation (when a user leaves an activity).Activity Enter animation (when a user enters an activity).This post will outline 3 main types of animations:

If you argue that the transition between the Activity is animated, just wait till the end of the post, and you’ll see what I mean.
