Road Runner is a library for android which allow you to make your own loading animation using a SVG image
Android does not support SVGs (Scalable Vector Graphics) directly, Lollipop introduced new class called VectorDrawable, AnimatedVectorDrawable which allows to draw assets and animation in a similar fashion using only code.Later VectorDrawable and AnimatedVectorDrawable is available from Support Library 23.2. This Android app implements animation using Animated Vector Drawable support library.