All Projects → androidbroadcast → SvgGlidePlugins

androidbroadcast / SvgGlidePlugins

Licence: Apache-2.0 license
Plugins for Glide 4 image loading libraries for load SVG

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to SvgGlidePlugins

Glide
An image loading and caching library for Android focused on smooth scrolling
Stars: ✭ 32,046 (+53310%)
Mutual labels:  glide, imageloader
Glideimageview
基于Glide V4.9.0封装的图片加载库,可以监听加载图片时的进度
Stars: ✭ 1,741 (+2801.67%)
Mutual labels:  glide, imageloader
neon
Provides Jetpack Compose support for different image loading libraries.
Stars: ✭ 13 (-78.33%)
Mutual labels:  glide, imageloader
glide-svg
Glide extension for SVG
Stars: ✭ 52 (-13.33%)
Mutual labels:  glide
AppIconLoader
Android app icon loader from AOSP iconloaderlib
Stars: ✭ 112 (+86.67%)
Mutual labels:  imageloader
MVVM-Demo
This demo for MVVM Design pattern for android
Stars: ✭ 20 (-66.67%)
Mutual labels:  glide
situp android proj
🚀一个基组件化、模块化、MVP + MVVM 计划 App,兼容安卓 10.0 9.0 8.0 等 🔥a app like keep, you can edit your plans here, and you can share your life to others by post, too.🔥
Stars: ✭ 15 (-75%)
Mutual labels:  glide
BakingApp
Udacity Android Developer Nanodegree, project 2.
Stars: ✭ 54 (-10%)
Mutual labels:  glide
BaseDevelop
an android project for now fashion open source framework
Stars: ✭ 24 (-60%)
Mutual labels:  glide
go-docker
Sample code and dockerfiles accompanying the blog post The Ultimate Guide to Writing Dockerfiles for Go Web-apps
Stars: ✭ 89 (+48.33%)
Mutual labels:  glide
FlickOff
A lite movie guide app, with MVVM architecture, that lets you discover movies from TMDb.
Stars: ✭ 31 (-48.33%)
Mutual labels:  glide
react-glidejs
No description or website provided.
Stars: ✭ 17 (-71.67%)
Mutual labels:  glide
udacity-baking-recipes
Udacity - Baking Android App
Stars: ✭ 14 (-76.67%)
Mutual labels:  glide
Hibiscus
Hibiscus, mobile microblogging application.
Stars: ✭ 14 (-76.67%)
Mutual labels:  glide
Pokehub
This is a sample project that uses Graphql API's with Rx implementation.
Stars: ✭ 40 (-33.33%)
Mutual labels:  glide
DailyBugle
📰Modern MVVM Android application following single activity architecture which fetches news from 🕷️ news API. this repository contains some best practices ⚡ of android development
Stars: ✭ 17 (-71.67%)
Mutual labels:  glide
Parrot
A simple way to handle remote image in Kotlin.
Stars: ✭ 21 (-65%)
Mutual labels:  glide
Kriptofolio
Free open source minimalistic cryptocurrencies portfolio app for Android.
Stars: ✭ 79 (+31.67%)
Mutual labels:  glide
SilverScreener
A feature-rich movie guide app, that lets you discover movies from TMDb.
Stars: ✭ 24 (-60%)
Mutual labels:  glide
EasyTask MVVM Kotlin
Todo app based on MVVM, Kotlin Coroutines, Navigation Component, Room Database, Retrofit, Data Binding
Stars: ✭ 49 (-18.33%)
Mutual labels:  glide

Android Arsenal JCenter Download Build Status

SvgImageLoaderPlugins

Plugin for load SVG in Glide 4. Based on AndroidSVG library. During loading SVG will converted into Bitmap. The solution was selected for better performance of drawing and smaller size of source.

Grab the latest via Gradle with Groovy DSL:

repository {
   jcenter()
}

implementation 'com.kirich1409.svgplugin:svg-glide4-plugin:1.2.1'

or with Kotlin DSL

repository {
   jcenter()
}

implementation("com.kirich1409.svgplugin:svg-glide4-plugin:1.2.1")

Library requires Android SDK 15+

Fot library work don't forget create AppGlideModule like described here.

@GlideModule
class SampleGlideModule : AppGlideModule {
    // Any additional configuration for the SvgGlide4Plugin not required
}

License

Copyright 2019 Kirill Rozov

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].