Writing SVG files in android, except Batik

Does anyone know a good library for burning SVG files in Android?

I looked at the batik, and there is a heavy dependency on AWT. I am looking for something that is easier to use on Android.

+3
source share
3 answers

After looking around a bit, I found a better solution - just write it in SVG XML.

+1
source

SVG- Android, , . , svg-android.

SVG- SVG Paths .. Canvas , . , SVG-, - , , , Inskape, . , Inkscape , , . () . . ; GC ...

If someone thinks that this may be what they need, then if you send me a sample SVG image that you want to use, I could put the sample project together for you. If you have an interest, then I will remove it and place it correctly somewhere.

+2
source

All Articles