#
imageloader
Here are 69 public repositories matching this topic...
基于Glide V4.9.0封装的图片加载库,可以监听加载图片时的进度
-
Updated
Apr 30, 2019 - Java
打造统一的图片加载框架,融合Glide(4.x),Fresco,不侵入业务代码,一套API兼容两种加载库
-
Updated
Mar 28, 2019 - Java
Fresco 的封装,快速上手,图像后处理,超大图高清预览,缩小放大,双击放大等一一俱全。简书 http://www.jianshu.com/p/cd058a924288
-
Updated
Feb 6, 2018 - Java
高仿微信图片选择器(支持单图,多图,视频选择,支持图片自由缩放,视频播放等功能)
-
Updated
Dec 22, 2019 - Java
A lightweight and fast image loader for iOS written in Swift.
-
Updated
May 18, 2019 - Swift
a wrapper for fresco,glidev3,v4, a solution for image load and big image preview, and provide debug tool for imageview
-
Updated
Jan 14, 2020 - Java
-
Updated
Oct 24, 2018 - Java
(Hopefully) useful code snippets and header-only libs
c
sdl2
public-domain
header-only
string-manipulation
standalone-library
imageloader
single-header-lib
dynamic-array
-
Updated
Oct 4, 2017 - C
一个灵活可制定的基于 Recyclerview 的轮播图控件,支持自动轮播,无限循环。 同时可关闭无限循环变成 引导页 ,带有引导完成接口回调
-
Updated
Apr 14, 2020 - Java
支持无限轮播的安卓广告控件,提供gif动图支持。支持加载网络图片和显示标题,可以自定轮播间隔。 A banner for android supports infinite play,provides gif support.
-
Updated
Jul 1, 2018 - Java
Plugins for Glide 4 image loading libraries for load SVG
-
Updated
Mar 27, 2020 - Java
Android app icon loader from AOSP Launcher3
-
Updated
Apr 8, 2020 - Java
用于Unity中的图片异步显示加载库 async load and display image in unity
image
unity
asynchronous
texture
memory-cache
sprite
ugui
imageloader
threadpool
besthttp
disc-cache
-
Updated
May 17, 2019 - C#
GSYImageLoader图片加载管理,集成Glide、Picasso、Fresco的kotlin图片管理器,一键切换图片加载类,提供常用的图片相关功能接口。
-
Updated
Jan 23, 2018 - Kotlin
android
kotlin
java
library
kotlin-android
kotlin-library
android-library
image-cache
image-loader
imageloader
android-image-viewer
flexible-library
-
Updated
May 19, 2019 - Kotlin
PUGifLoaderControl - swift is a clean and easy-to-use loader meant to display the progress of an ongoing task on iOS
swift
ios
framework
xcode
progress
loader
spinner
gif
loading
hud
swift-3
lazy-loading
loading-animations
loading-spinner
imageloader
loading-indicator
payalumraliya
pugifloadercontrol
gifloader
-
Updated
Nov 13, 2018 - Swift
Image loading library for Android
android
library
image
memory-cache
image-processing
loading
image-loader
disk-cache
image-loading
imageloader
-
Updated
Jul 30, 2019 - Java
smart load react native image resource both from apk(ipa) and jsbundle Dir.
-
Updated
Jun 28, 2020 - Java
FrescoLoader is a framework which use fresco to load image into android.widget.ImageView.
-
Updated
Jun 3, 2019 - Java
An Android library that provides a simple loading image and network request.
-
Updated
Apr 8, 2017 - Java
Android高效的异步图片加载框架-XCImageLoader(非第三方)
-
Updated
Sep 24, 2015 - Java
Improve this page
Add a description, image, and links to the imageloader topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the imageloader 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 inLruResourceCacheandLruBitmapPoolto see what their behavior is when I invoke them from my application'sonTrimMemorymethod. The trim memory levels are documented here.Here is Glide's implementation