Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Vector drawables instead of pngs or jpgs #8

Open
PiSolve opened this issue Sep 18, 2017 · 1 comment
Open

Use Vector drawables instead of pngs or jpgs #8

PiSolve opened this issue Sep 18, 2017 · 1 comment

Comments

@PiSolve
Copy link
Contributor

PiSolve commented Sep 18, 2017

  • our app uses a lot of icons and resources , soon it will outgrow the required app size.
    We should rather use vector drawables.
    https://www.paintcodeapp.com/
    Can be used to create vector drawables.
@arynchoong
Copy link
Contributor

arynchoong commented Sep 19, 2017

There's a tradeoff, vector drawables are heavy on processing. Lollipop (API 21) does not support SVG, not without heavy compatibility support.
All the icons used thus far are from Google's material icon, they have SVG format for icons used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants