SVG (Scalable Vector Graphics) in Android Studio
It is time consuming to scale the bitmap drawable for different density buckets. To make it easier Google added support for Vector Drawables starting from Lollipop (API level 21). The major advantage of Vector Drawables is that it can be...
Read More