A simple application that demonstrates how to make an animated vector drawable with ShapeShifter for a medium article.
-
Updated
Jun 15, 2019 - Kotlin
A simple application that demonstrates how to make an animated vector drawable with ShapeShifter for a medium article.
A vector drawable is a type of drawable that is scalable without getting pixelated or blurry. The AnimatedVectorDrawable class (and AnimatedVectorDrawableCompat for backward-compatibility) lets you animate the properties of a vector drawable, such as rotating it or changing the path data to morph it into a different image.
Add a description, image, and links to the animatedvectordrawable topic page so that developers can more easily learn about it.
To associate your repository with the animatedvectordrawable topic, visit your repo's landing page and select "manage topics."