Android Question Vector assets

wimpie3

Well-Known Member
Licensed User
Longtime User
I'd like to use vector assets for my drawings inside my android app.

What is a good way to use them? There is a library available but it's rather old and not complete.

Can android handle vector graphics natively?
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Can I draw my own vectors with this lib?
The lib is using the XML Vectordrawable format introduced with Android 6.
You need to build the correct XML files for this. See the link i posted in my library thread for examples. There are hundrets of drawables (all XML).
 
Upvote 0
Top