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.

相关推荐
咋吃都不胖lyh2 小时前
SQL-多对多关系
android·mysql·数据分析
cyy2982 小时前
android 屏幕适配
android
Digitally4 小时前
如何通过 5 种有效方法同步 Android 和 Mac
android·macos
Lisonseekpan5 小时前
Guava Cache 高性能本地缓存库详解与使用案例
java·spring boot·后端·缓存·guava
我真的是大笨蛋5 小时前
Redis的String详解
java·数据库·spring boot·redis·spring·缓存
行墨5 小时前
Jetpack Compose 深入浅出(二)——基础组件Text
android
低调小一7 小时前
LRU缓存科普与实现(Kotlin 与 Swift)
开发语言·缓存·kotlin
雨白7 小时前
深入理解协程的运作机制 —— 调度、挂起与性能
android·kotlin
沐怡旸7 小时前
【Android】Android系统体系结构
android
namehu8 小时前
React Native 应用性能分析与优化不完全指南
android·react native·ios