Glide - Android的图像加载和缓存库,专注于平滑滚动

官网

GitHub - bumptech/glide: An image loading and caching library for Android focused on smooth scrolling

项目介绍

An image loading and caching library for Android focused on smooth scrolling

Glide is a fast and efficient open source media management and image loading framework for Android that wraps media decoding, memory and disk caching, and resource pooling into a simple and easy to use interface.

Glide supports fetching, decoding, and displaying video stills, images, and animated GIFs. Glide includes a flexible API that allows developers to plug in to almost any network stack. By default Glide uses a custom HttpUrlConnection based stack, but also includes utility libraries plug in to Google's Volley project or Square's OkHttp library instead.

Glide's primary focus is on making scrolling any kind of a list of images as smooth and fast as possible, but Glide is also effective for almost any case where you need to fetch, resize, and display a remote image.

相关推荐
2501_9159214314 分钟前
iOS 虚拟位置设置实战,多工具协同打造精准调试与场景模拟环境
android·ios·小程序·https·uni-app·iphone·webview
龚礼鹏16 分钟前
Android 图像显示框架三——演示demo以及解析
android·交互
QuantumLeap丶31 分钟前
《Flutter全栈开发实战指南:从零到高级》- 11 -状态管理Provider
android·flutter·ios
百锦再1 小时前
第6章 结构体与方法
android·java·c++·python·rust·go
gustt1 小时前
用小程序搭建博客首页:从数据驱动到界面展示
android·前端·微信小程序
金鸿客1 小时前
Compose从相册和系统相机拍照获取照片
android
JanelSirry1 小时前
Java + Spring Boot + Redis技术栈,在实际使用缓存时遇到 缓存击穿、缓存穿透、缓存雪崩
java·spring boot·缓存
IT乐手2 小时前
Android 获取定位信息工具类
android
yangjunjin2 小时前
Android ANR的解决方案
android
低调小一2 小时前
Android Gradle 的 compileOptions 与 Kotlin jvmTarget 全面理解(含案例)
android·开发语言·kotlin