Image Asset versus Vector Asset

Ian Gallegos picture Ian Gallegos · Jun 4, 2017 · Viewed 9.1k times · Source

immage

In Android Studio when I need to create the icon of my app I use Image Asset.

Now I have a question, what are the differences between the Image Asset and Vector Asset? What makes them different?

Answer

Abhishek Aryan picture Abhishek Aryan · Jun 4, 2017

According to Android User Guide :

Image Asset Studio helps you create various types of icons at different densities and shows you exactly where they'll be placed in your project. It includes tools for adjusting your icons and adding backdrops, all while displaying the result in a preview pane, so they appear exactly as you intended.

Vector Asset Studio adds a vector graphic to the project as an XML file that describes the image. Maintaining one XML file can be easier than updating multiple raster graphics at various resolutions.