Chapter     4

Android Procedural Animation: XML, Concepts, and Optimization

In this fourth chapter, we will take a close look at how XML markup can be used to create procedural animation in the Android operating system.

Procedural animation is significantly more complex than raster animation, which simply displays a sequence of images on the display, so that we can create the illusion of motion. Frame animation only allows us to control the individual timing of each frame that is displayed, after we specify what frames will be utilized for the animation. Procedural animation takes this to the next level of complexity, as you will see during this chapter.

Procedural animation actually uses code, in most cases via XML markup, to define transformations ...

Get Pro Android Graphics now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.