All Projects → qoqa → glide-svg

qoqa / glide-svg

Licence: MIT license
Glide extension for SVG

Programming Languages

kotlin
9241 projects

Labels

Projects that are alternatives of or similar to glide-svg

Flexml
🚀基于Litho的Android高性能动态业务容器。
Stars: ✭ 225 (+332.69%)
Mutual labels:  glide
nytclient-android
This sample app is created to demonstrate the usage of Android Architecture Components with MVVM architecture
Stars: ✭ 24 (-53.85%)
Mutual labels:  glide
ResDelivery-Hilt-Coroutines-Mvvm-Single-Activity
This is a Sample Single Activity App (Multi Fragments) that uses Dagger-Hilt, Coroutines Flows, Paging 3 & Mvvm Clean Architecture
Stars: ✭ 28 (-46.15%)
Mutual labels:  glide
Dojs
A DOS JavaScript Canvas with sound
Stars: ✭ 237 (+355.77%)
Mutual labels:  glide
XinFramework
Android 快速开发框架 总结以往开发结合三方项目 不断更新
Stars: ✭ 21 (-59.62%)
Mutual labels:  glide
roove
Dating app based on firebase services and facebook login. MVVM-Kotlin-RxJava-Dagger-Databinding
Stars: ✭ 55 (+5.77%)
Mutual labels:  glide
Wanandroid
WanAndroid客户端,项目基于 Material Design + MVP +dagger2 + RxJava + Retrofit + Glide + greendao 等架构进行设计实现,极力打造一款 优秀的玩Android https://www.wanandroid.com 客户端,是一个不错的Android应用开发学习参考项目
Stars: ✭ 223 (+328.85%)
Mutual labels:  glide
neon
Provides Jetpack Compose support for different image loading libraries.
Stars: ✭ 13 (-75%)
Mutual labels:  glide
EasyGlide
🐼基于Glide 4.12.0封装的 一键使用工具类。现已改为kotlin实现。支持HTTPS图片,可下载图片,可监听加载进度。包含常用变换:高斯模糊,圆角矩形,圆形,黑白,描边圆形,描边方形。
Stars: ✭ 121 (+132.69%)
Mutual labels:  glide
OLA Play Music App
Music Streaming App
Stars: ✭ 27 (-48.08%)
Mutual labels:  glide
Pokedex
An application that uses Retrofit to consume the Pokeapi API, in addition to loading images with Glide.
Stars: ✭ 21 (-59.62%)
Mutual labels:  glide
MediaSliderView
Pure java based, highly customizable media slider gallery supporting both images and videos for android.
Stars: ✭ 85 (+63.46%)
Mutual labels:  glide
ContactsApp
Go-Jek Engineering Task Used MVP and Unit Testing Espresso, Mock Webserver and Activity Instrumentation Tests ,RxJava + RxAndroid + Retrofit 2 + OkHttp 3 + Dagger2 + ButterKnife+ Glide + Active Android ORM
Stars: ✭ 21 (-59.62%)
Mutual labels:  glide
Vue Glide
A slider and carousel as vue component on top of the Glide.js
Stars: ✭ 225 (+332.69%)
Mutual labels:  glide
AvatarImageGenerator
Android library to generate image avatar from the first letter of a username. Letter avatar like Gmail Android best practice
Stars: ✭ 61 (+17.31%)
Mutual labels:  glide
Imageloader
a wrapper for fresco,glidev3,v4, a solution for image load and big image preview, and provide debug tool for imageview
Stars: ✭ 224 (+330.77%)
Mutual labels:  glide
shinyglide
Glide.js component for Shiny apps
Stars: ✭ 83 (+59.62%)
Mutual labels:  glide
BakingApp
Udacity Android Developer Nanodegree, project 2.
Stars: ✭ 54 (+3.85%)
Mutual labels:  glide
Personal-Chef
An Self learning AI Chatbot who doesnt let you waste food by recommending awesome Recipies
Stars: ✭ 24 (-53.85%)
Mutual labels:  glide
android-tutorials-glide
Example code for Glide tutorial series, start here:
Stars: ✭ 16 (-69.23%)
Mutual labels:  glide

Glide SVG

Installation

Use JitPack.io

repositories {
  ...
  maven { url 'https://jitpack.io' }
}
dependencies {
  ...
  implementation 'com.github.qoqa:glide-svg:4.0.2'
}

Usage

GlideApp.with(this)
  .load(url)
  .into(picto_view)
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].