In the previous chapter covering 2D Animation, we implemented motion graphics in Android and digital image file formats such as PNG or JPEG in conjunction with XML constructs to create frame-based animation, as well as using procedural (tween or vector) animation to rotate, scale, move, and fade UI elements.
There is another way that you can play a series of frames in Android, called digital video. Digital video assets are especially well-suited for situations when you have hundreds or even thousands of frames, and cannot easily ...