November 2014
Intermediate to advanced
624 pages
16h 56m
English
In this chapter we talk about the different animation features built into Android. Here, we cover everything from using animated GIF and drawable animation (for frame-by-frame animations) to using view animation (for tweens) and the more robust property animation features that were added in later versions of the Android SDK. We also look at new APIs such as the android.transition framework.
The Android platform supports several types of graphics animation:
Animated GIF images
Drawable animation ...