SVG image parser for Android. Converts image to list of native android.graphics objects which can then be speedily rendered on Canvas, and provides callbacks to allow image elements to be manipulated programmatically.
MagicaSakura 是 Android 多主题框架。~ is an Android multi theme library which supporting both daily colorful theme and night theme.
Android library for load svg from internet to imageview
Road Runner is a library for android which allow you to make your own loading animation using a SVG image
Plugins for Glide 4 image loading libraries for load SVG
An Android build tools library that converts SVGs to Android vector drawables
PaintableVectorView enables to change color of paths/groups in Vector Drawable (SVG)
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. This was the library used to render the artwork and the interface of Androidify. The project also includes a Live Wallpaper app extracted from Androidify. The app shows off the SVG library, and demonstrates the rendering pipeline used to draw the Androids.
Java Android library for rendering svg - fork of LarvaLabs svg-android
Simple library for drawing Path from svg path data written in Kotlin.
support library for using svg in Android version 16 - current Android O.
IconBadge is an Android library that facilitates the use of badges in svg icons
This app basically Uses Rest Countries API ( https://restcountries.eu ) to display all the details of the country. Also I've used SVG Library to process the image in svg format using AndroidSvg library.
Android App using android retrofit library to manege restful methods with server, the main idea for this application to manege Employees, registration and login using token authentication, the application also include a logo builder using SVG images and upload the images to the server
Android does not support SVGs (Scalable Vector Graphics) directly, Lollipop introduced new class called VectorDrawable, AnimatedVectorDrawable which allows to draw assets and animation in a similar fashion using only code.Later VectorDrawable and AnimatedVectorDrawable is available from Support Library 23.2. This Android app implements animation using Animated Vector Drawable support library.