#
glide
Here are 957 public repositories matching this topic...
Picture Selector Library for Android or 图片选择器
android
video
camera
glide
photo
image-compression
android-image-selector
picture-selector
photoview
multi-selector
-
Updated
Aug 6, 2020 - Java
An Android transformation library providing a variety of image transformations for Glide.
-
Updated
Jul 28, 2020 - Java
-
Updated
Aug 21, 2020 - TypeScript
-
Updated
Apr 7, 2020 - Java
app
material-design
rxjava
retrofit
android-application
realm
jsoup
zhihu
dagger2
glide
butterknife
mvp-architecture
okhttp3
v2ex
mvp-android
rxbus
reading-program
-
Updated
Aug 25, 2018 - Java
An Android project architecture
android
framework
react-native
rxjava
mvp
mvvm
android-sdk
dialog
android-library
android-application
toast
glide
rxjava2
retrofit2
okhttp3
android-framework
flutter
mvparms
zblibrary
-
Updated
Jul 17, 2020 - Java
android
java
app
material-design
logger
dagger2
glide
butterknife
rxjava2
mvp-architecture
retrofit2
okhttp3
greendao
leakcanary
junit4
rxbus
bugly
wanandroid
-
Updated
Jun 24, 2020 - Java
基于Glide V4.9.0封装的图片加载库,可以监听加载图片时的进度
-
Updated
Apr 30, 2019 - Java
An Android base app with loads of cool libraries/configuration NOT MAINTAINED
android
fabric
rxjava
static-analysis
android-development
mosby
android-architecture
dagger2
glide
robolectric
butterknife
retrolambda
teamcity
retrofit2
jacoco
timber
mockwebserver
crashlytics
stetho
mvp-android
-
Updated
Feb 11, 2020 - Java
video
material-design
video-player
rxjava
mvp
retrofit
tv
live
mosby
okhttp
dagger2
glide
greendao
base
tinker
multidex
qmtv
quanmin
quanmintv
zhibo
-
Updated
May 29, 2019 - Java
Glide简体中文文档站点托管项目。
-
Updated
Jul 20, 2020 - HTML
-
Updated
Jul 17, 2020 - Java
android
kotlin
events
todo
mvp
glide
rxjava2
retrofit2
anko
todoapp
retrofit2-rxjava2
wanandroid
retrofit2-kotlin
-
Updated
Mar 25, 2020 - Kotlin
-
Updated
Jun 23, 2020
Glide Bitmap Pool is a memory management library for reusing the bitmap memory
android
awesome
optimization
bitmap
decoding
glide
bitmap-memory
bitmap-pool
deallocation
bitmap-optimization
reuse-memory
inbitmap
glide-bitmap-pool
-
Updated
Sep 12, 2019 - Java
VEINHORN
commented
Feb 2, 2019
Select and display image during bottom view scrolling.
打造统一的图片加载框架,融合Glide(4.x),Fresco,不侵入业务代码,一套API兼容两种加载库
-
Updated
Mar 28, 2019 - Java
A Glide WebpDecoder Intergration Library for decoding and displaying webp images
-
Updated
Jul 15, 2020 - C
android
room
open-source
app
architecture
mvvm
gson
jetpack
dagger2
glide
viewmodel
retrofit2
okhttp3
lifecycles
databinding
arouter
livedata
architecture-components
gson-converter
wanandroid
-
Updated
May 29, 2019 - Java
Improve this page
Add a description, image, and links to the glide topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the glide topic, visit your repo's landing page and select "manage topics."
I am profiling memory on my app usage and was looking at the built-in
tremMemory(int level)
methods inLruResourceCache
andLruBitmapPool
to see what their behavior is when I invoke them from my application'sonTrimMemory
method. The trim memory levels are documented here.Here is Glide's implementation