All Collections
Developing with Zeplin
Developing Android projects using Zeplin
Developing Android projects using Zeplin

Learn more about features that help Android developers

Tuba avatar
Written by Tuba
Updated over a week ago

Zeplin automatically generates resources, including measurements, assets, and code snippets tailored to platform needs.

Here's a list of features that will help you develop Android projects:

  • Measurements are in dp/sp.

  • Assets are available as:

    • PNGs and optimized PNGs (mdpi, hdpi, xhdpi, xxhdpi, xxxhdpi)

    • SVGs and optimized SVGs

    • JPGs and optimized JPGs (mdpi, hdpi, xhdpi, xxhdpi, xxxhdpi)

    • WebPs (mdpi, hdpi, xhdpi, xxhdpi, xxxhdpi)

    • Vector Drawables are on the way!

  • XMLs from project color palette and text styles, from the project Styleguide.

  • TextView code snippets from text layers.

  • When you first export assets into a res directory of your project, assets are placed in the appropriate directories. Next time you export another asset, you can simply select the project.

☝️ If you're working on the Windows app, you can change the folder to which your assets will be downloaded by just clicking on the “Exporting to ...” text on the right panel.

Related articles:

Did this answer your question?