Chapter 19: Animations and Interpolations
Here, we will see how we can use the Animation
class to make our UI a little less static and a bit more interesting. As we have come to expect, the Android API will allow us to do some quite advanced things with relatively straightforward code, and the Animation
class is no different.
This chapter can be approximately divided into these parts:
- An introduction to how animations in Android work and are implemented
- An introduction to a UI widget we haven't explored yet,
SeekBar
- Creating a working animation app
First, let's explore how animations in Android work.