Learning Android Development
Animate Android Activities Transition
One of the most basic animation provided by Android
Android provides a lot of Animation APIs. However, only one can be used to animate the Window Transition such as Activity to Activity transition. This is view.animation feature, and that’s available since API 1 (i.e. it is the original and…