wimpie3 Well-Known Member Licensed User Longtime User Jul 25, 2016 #1 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?
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 Jul 25, 2016 #2 wimpie3 said: I'd like to use vector assets for my drawings inside my android app. Click to expand... You mean Vectordrawables in Resourcefolder? wimpie3 said: What is a good way to use them? Click to expand... If you mean Vectordrawables then you need to use the Lib for them -> 97. Vector Drawables wimpie3 said: Can android handle vector graphics natively? Click to expand... Android yes (using JAVA). B4A yes (using my lib). Upvote 0
wimpie3 said: I'd like to use vector assets for my drawings inside my android app. Click to expand... You mean Vectordrawables in Resourcefolder? wimpie3 said: What is a good way to use them? Click to expand... If you mean Vectordrawables then you need to use the Lib for them -> 97. Vector Drawables wimpie3 said: Can android handle vector graphics natively? Click to expand... Android yes (using JAVA). B4A yes (using my lib).
wimpie3 Well-Known Member Licensed User Longtime User Jul 25, 2016 #3 Can I draw my own vectors with this lib? I have them in SVG format. Upvote 0
DonManfred Expert Licensed User Longtime User Jul 25, 2016 #4 wimpie3 said: Can I draw my own vectors with this lib? Click to expand... 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
wimpie3 said: Can I draw my own vectors with this lib? Click to expand... 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).