One of the most interesting aspects of the Material Design specifications is the visual continuity between activities. With just a few lines of code, the new Lollipop APIs let you to meaningfully transition between two activities, thanks to seamless and continuous animations. This breaks the classic activity boundaries of the previous Android versions and allows the user to understand how elements go from one point to another.
In this tutorial, I will show you how to achieve this result, making a sample application consistent with Google’s Material Design guidelines.
Availabe from 01/04/2015
A demo of the animation can be found here.