VectorChildFinder helps to find inner elements of vector drawable like path and group.
Simple view to show a kanji from it's SVG representation and animate the drawing.
An imitation of the clock in Google I/O 2016. Almost all of the animations and images in it are made by the SVG, so this library may be a wonderful material to learn the SVG's usage in Android.
Sharp is a Scalable Vector Graphics (SVG) implementation for Android. It facilitates loading vector graphics as SharpDrawables, and can effectively be used wherever a conventional image would be displayed, whether it be as a background, ImageView
source, inside a StateListDrawable
or used as composites in a TextView
.
Command-line tools for convert SVG to Android vector drawable.
Bash scripts to automate and extend the process of using SVG as Android image asset.
Android fillable progress view working with an SVG Path. This is a nice option too if you want to create an interesting brand logo for your app.
Online tool for converting SVG to Android VectorDrawable XML resource file.
A script to generate android assets from a SVG file. Requires inkscape to resize and convert.
This is a compact and straightforward library for parsing SVG files and rendering them in an Android Canvas. By using vector art, the pain of supporting various screen sizes and densities in Android can be reduced.
AndroidSVG is a SVG parser and renderer for Android. It has almost complete support for the static visual elements of the SVG 1.1 and SVG 1.2 Tiny specifications (except for filters).