9 个仓库
Software libraries designed specifically for image fetching and decoding on Android.
Distinct from Android Libraries: Existing candidates are too broad (Android Libraries) or for different platforms (Swift).
Explore 9 awesome GitHub repositories matching mobile development · Android Image Loading Libraries. Refine with filters or upvote what's useful.
Glide is an image loading and caching library for Android that fetches and decodes images, GIFs, and video stills from local or remote sources. It functions as a media rendering framework and memory management tool designed to resize and downsample assets to fit specific view dimensions. The system prioritizes scrolling performance through a multi-level caching strategy that stores decoded media in memory and raw data on disk. It employs resource pooling to reuse bitmap memory and binds image loading tasks to component lifecycles to automatically release resources and prevent memory leaks. T
Functions as a dedicated library for fetching and decoding images and GIFs on Android.
Picasso is an Android image loading library designed for downloading, caching, and displaying images in applications. It provides an automated system for memory and disk management to reduce network requests and improve load times. The library includes a bitmap transformation tool for resizing, cropping, and modifying assets before they are rendered. It also functions as a bridge for Jetpack Compose, converting image requests into painter objects for use within declarative Android user interfaces. The system manages image retrieval from multiple sources, including web URLs, local files, and
Provides a dedicated library for downloading, caching, and displaying images in Android applications.
Fresco is an Android image loading library and cache manager designed to fetch, decode, and display images from network or local sources. It functions as a rendering engine for animated image formats and a streaming system for progressive image loading. The library distinguishes itself through specialized memory management that utilizes off-heap allocation to reduce garbage collection overhead and prevent out-of-memory errors. It includes a dedicated rendering pipeline for animated GIFs and WebP files and supports progressive JPEG decoding to render low-resolution versions of images while the
Provides a complete framework for fetching, decoding, and caching images specifically for Android applications.
Android-Universal-Image-Loader is an image loading library for Android applications designed to download, cache, and display images. It functions as a bitmap cache manager and processing framework that handles the retrieval of assets from remote URLs or local files. The library includes specialized utilities for extracting static frames from video files to generate thumbnails. It also provides a framework for applying visual transformations to loaded images, such as circular crops and rounded corners. The system manages performance through a two-tier caching hierarchy using both memory and d
Ships a complete software library for image fetching, decoding, and caching on Android.
Coil is an image loading and caching pipeline designed for Android and Compose Multiplatform applications. It functions as a comprehensive loader, caching engine, and rendering utility that asynchronously fetches and displays images from network URLs, local storage, and multiplatform resource systems. The library distinguishes itself through a flexible fetcher-decoder pipeline and an interface-driven component registry, allowing for the integration of custom networking clients and decoders. It provides specialized support for rendering scalable vector graphics, animated formats such as GIF an
Provides a comprehensive image loading and caching pipeline for Android and Compose Multiplatform.
This is a Glide image transformation library for Android that provides a collection of image processing filters and shapes. It functions as a suite of hardware-accelerated tools for image cropping, artistic filtering, and transformation pipeline management. The project distinguishes itself through an image filter pipeline that allows for sequential transformation chaining, enabling multiple visual effects and color modifications to be applied in a single pass. It utilizes GPU acceleration to implement artistic effects such as pixelation, sketching, and blur. The library covers a broad range
Provides a collection of image processing filters and shapes designed specifically for the Glide image loading framework.
This is a high-performance image component and native caching library for mobile applications. It provides tools for image optimization and asset preloading to reduce visual flicker and increase loading speeds. The project differentiates itself through a mobile asset preloader that downloads remote images into a local cache before they are requested. It also includes a system for assigning loading priority levels to ensure critical visual assets are fetched first and supports remote asset authentication by attaching custom HTTP headers to requests. The library covers a broad range of capabil
Integrates the Glide library for high-performance image fetching and memory caching on Android.
🚀 A Complete Fast Android Networking Library that also supports HTTP/2 🚀
Loads network images into ImageView components with placeholder and error support.
AndroidCommon 是一个全面的实用工具库,旨在为 Android 应用程序开发提供可重用的基础设施和架构模式。它将通用的辅助函数组织成无状态模块,提供对系统资源、数据解析逻辑和核心基础设施抽象的一致访问。 该框架通过提供用于管理后台任务和复杂用户界面交互的专门组件而脱颖而出。它包括用于通过系统下载管理器协调后台文件传输以及执行 Shell 命令以管理设备资源的实用工具。此外,它还提供扩展标准平台类的自定义界面元素,以支持下拉刷新、无限滚动和精确项目定位等交互功能。 该项目还集成了性能优化工具,包括一种两级缓存策略,将图像和网络响应存储在内存或本地磁盘中。这些缓存机制利用可配置的驱逐策略来减少延迟并最小化网络使用,确保应用程序在不同网络条件下的响应能力。
Provides a framework for storing and retrieving images in memory or on disk to optimize performance.