Course from Udemy - The Complete Android Animations Course
The app previews simple Android animations.
To learn a deep practical knowlege of Android animations and how to use them
Activity Animation Resources:
- Animation commands set in XML
- Button press loads animation which Scales and Rotates image
- Animation listening determines when animation ends, then loads reverse animation taking the image back to its original state
Activity Transition:
- Animation commands set in XML
- Slide up exit & enter animation for second activity
- onBack slide right exit & enter animation back to main activity
Scene Transition:
- Animation commands set programmatically
- Button press calls TransitionManager which swaps out Scene
Background Animation:
- Animation created by using a drawable animation list
- Button background set to drawable animation list
- Pressing button cause list to go through the list