April 2019
Beginner to intermediate
698 pages
15h 15m
English
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:
SeekBar classFirst, let's explore how animations work in Android.
The normal way to create an animation in Android is through XML. We can write XML animations, and then load and play them through ...