Background
I've noticed that Android now supports some kind of vector drawing, via a class called "VectorDrawable" (and also AnimatedVectorDrawable, BTW). I've found about it by looking at what's new on Android-Studio.
I wonder if this would be the end of having to put multiple files into multiple folders (mdpi
, hdpi
, xhdpi
, etc). That would be great and might minimize apps sizes on some cases.
The questions
I'd like to ask a few questions regarding this new class:
Is it possible to use it in older Android versions, maybe via a library of even the support library of Google?
I'm not familiar with how it works, but can Lollipop handle SVG files? Can it do anything that is achievable on SVG files?
Is there any sample/tutorial/video of using it, other than the documentation I've found?
s a very usefull tool but I
ve got improper result in such case and I don`t know what is wrong... Hmmm, for further release I wish this tool would notise about bad format... If I used pure svg-files with 3-party libs everything is Ok... – Alex Zezekalo