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.
Sketch is an image loading library designed for Compose Multiplatform and Android View. It is powerful and rich in functions. In addition to basic functions, it also supports GIF, SVG, video thumbnails, Exif Orientation, etc.
A lightweight library for rendering and displaying SVGs in Android apps with high quality and performance.
# wallabag - Android App ![Build status](https://github.com/wallabag/android-app/workflows/CI/badge.svg?branch=master) wallabag is a self-hosted read-it-later app. Unlike other services, wallabag is free and open source. wallabag for Android is a companion app for [wallabag](https://www.wallabag.org). You need a wallabag account first, which you are going to use in this app. wallabag is available on the Google Play Store and F-Droid.
## About wallabag has been made for you to comfortably read and archive your articles. You can download wallabag from wallabag.org and follow the instructions to install it on your own server. Alternatively, you can directly sign up for [wallabag.it](https://wallabag.it). This android application allows you to put a link in your wallabag instance, letting you read your wallabag links offline. This application was originally created by Jonathan GAULUPEAU and released under the GNU GPLv3. wallabag is a creation from Nicolas Lœuillet released under the MIT License (Expat License). ## Features The android app lets you: - Connect to your self-hosted wallabag instance or connect to your [wallabag.it](https://wallabag.it) account. - Supports wallabag 2.0 and higher. - Completely ad-free. - Increase and decrease the size of the font and also switch between a serif or sans-serif font for a more comfortable reading experience. - Switch between numerous themes. - Possibility to cache images locally for offline reading. - Get articles read via Text-to-Speech feature. - Needs no special permissions on Android 6.0+. ## Screenshots [](/readme/Wallabag%20Reading%20List.png) [](/readme/Wallabag%20Article%20View.png) ## Permissions On Android versions prior to Android 6.0, wallabag requires the following permissions: - Full Network Access. - View Network Connections. - Run at startup. - Read and write access to external storage. The "Run at startup" permission is only used if Auto-Sync feature is enabled and is not utilised otherwise. The network access permissions are made use of for downloading content. The external storage permission is used to cache article images for viewing offline. ## Contributing wallabag app is a free and open source project developed by volunteers. Any contributions are welcome. Here are a few ways you can help: * [Report bugs and make suggestions.](https://github.com/wallabag/android-app/issues) * [Translate the app](https://hosted.weblate.org/projects/wallabag/android-app/) (you don't have to create an account). * Write some code. Please follow the code style used in the project to make a review process faster. ## License This application is released under GNU GPLv3 (see [LICENSE](LICENSE)). Some of the used libraries are released under different licenses.