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.

相关推荐
IT枫斗者23 分钟前
构建具有执行功能的 AI Agent:基于工作记忆的任务规划与元认知监控架构
android·前端·vue.js·spring boot·后端·架构
用户69371750013841 小时前
XChat 为什么选择 Rust 语言开发
android·前端·ios
林栩link1 小时前
【车载 Android】实践跨进程 UI 融合渲染
android
Paxon Zhang1 小时前
MySQL 大师之路**数据库约束,表设计,CRUD**
android·数据库·mysql
Indoraptor1 小时前
SurfaceFinger FrameTimeline 分析
android·源码阅读
zh_xuan2 小时前
Android 待办事项增加事项统计
android
神の愛2 小时前
mybatis什么时候不走 缓存??
spring·缓存·mybatis
zopple2 小时前
Laravel 10.x新特性全解析
android
鬼先生_sir2 小时前
MySQL进阶-SQL高级语法全解析
android
Kapaseker2 小时前
lazy 与 lateinit 到底有什么区别?
android·kotlin