Media Summary: How to use ViewPropertyAnimator to get a cross-fade effect as new bitmaps get installed in an ImageView. An easy way to animate transitions between activities using Window Animations. The animations can be customized to some ... How to use TransitionDrawable to perform a simple cross-fade effect between two drawables.
Devbytes Picture Viewer - Detailed Analysis & Overview
How to use ViewPropertyAnimator to get a cross-fade effect as new bitmaps get installed in an ImageView. An easy way to animate transitions between activities using Window Animations. The animations can be customized to some ... How to use TransitionDrawable to perform a simple cross-fade effect between two drawables. How the use of BitmapOptions affects the resulting size of a loaded bitmap. Sub-sampling can speed up load times and reduce ... How to animate card flips and rotations. This video shows how the basic graphics and animation APIs can be used to rotate and ... How to speed up bitmap loading and reduce garbage collection by reusing existing bitmaps.
How to create custom Window animations to animate between different sub-activities. How to use the existing animation APIs to get easy curved motion for your UIs. In the real world, things don't move in straight lines. How animating ListView items can lead to problems as views are recycled, and how to perform these types of animations correctly ...