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.

相关推荐
泡泡以安5 分钟前
【Android逆向工程】第3章:Java 字节码与 Smali 语法基础
android·java·安卓逆向
一笑的小酒馆6 小时前
Android launcher3实现简单的负一屏功能
android
xuyin12046 小时前
【Android】Flow基础知识和使用
android
李新_8 小时前
基于Markwon封装Markdown组件
android·aigc·markdown
小小8程序员9 小时前
Redis-10
数据库·redis·缓存
Non-existent98710 小时前
Flutter + FastAPI 30天速成计划自用并实践-第10天-组件化开发实践
android·flutter·fastapi
@老蝴12 小时前
MySQL数据库 - 约束和联合查询
android·数据库·mysql
ljt272496066112 小时前
Compose笔记(六十一)--SelectionContainer
android·笔记·android jetpack
有位神秘人13 小时前
Android中Compose系列之按钮Button
android