A demonstration Android application for the AndroidSVG library.
This app includes example code showing you how to:
- Load an SVG and render it at various sizes to an Andoid
Canvas
. - Use AndroidSVG's
SVGImageView
custom view class to include SVG images in your layout. - Re-colour your SVG images at run time using CSS.
- Create simple animations using
ValueAnimator
.
If you find any bugs with this application, or have suggestions on other useful examples I could add, please file an issue.
You can contact the author by email at [email protected].
This app and the AndroidSVG library are licensed under the Apache License, Version 2.0.