VectorDrawable - is it available somehow for pre-Lollipop versions of Android? [closed]
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