Media Summary: Take 2 minutes and learn to implement and theme Play Store-style sliding tabs! Samples: ... How to use TransitionDrawable to perform a simple cross-fade effect between two drawables. Simple uses of ValueAnimator, ObjectAnimator, and interpolators to control how a shape is moved around on the screen.
Devbytes Window Animations - Detailed Analysis & Overview
Take 2 minutes and learn to implement and theme Play Store-style sliding tabs! Samples: ... How to use TransitionDrawable to perform a simple cross-fade effect between two drawables. Simple uses of ValueAnimator, ObjectAnimator, and interpolators to control how a shape is moved around on the screen. This episode is part 1 of designing for living room devices with large screens. It highlights different input methods and encourages ... How to use AnimationDrawable to construct a keyframe How animating ListView items can lead to problems as views are recycled, and how to perform these types of
How to easily create a thumbnail zoom transition when launching a new activity.