• Stars
    star
    2
  • Language
    Java
  • Created about 8 years ago
  • Updated about 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.