Android using SVG

What is SVG? Scalable Vector Graphics. Scalable Vector Graphics. The equivalent image is calculated, so compared to traditional images, SVG can zoom in and out without distortion.

How does AndroidStudio use SVG?

Android 5.0 and above introduced VectorDrawable to support vector graphics (SVG)

Create a project by right-clicking on res, and then New->Vector Asset.

Clip Art is selected from the Android feed, and Local File is selected from the Local feed. After selecting the Clip Art, an XML file is generated in the Drawable, which can be directly used in the ImageView.