9 repositorios
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 es una librería de utilidades completa diseñada para proporcionar infraestructura reutilizable y patrones arquitectónicos para el desarrollo de aplicaciones Android. Organiza funciones auxiliares comunes en módulos sin estado, ofreciendo acceso consistente a recursos del sistema, lógica de análisis de datos y abstracciones de infraestructura central. El framework se distingue por proporcionar componentes especializados para gestionar tareas en segundo plano e interacciones complejas de interfaz de usuario. Incluye utilidades para coordinar transferencias de archivos en segundo plano a través del gestor de descargas del sistema y ejecutar comandos de shell para gestionar los recursos del dispositivo. Además, ofrece elementos de interfaz personalizados que extienden las clases estándar de la plataforma para soportar características interactivas como gestos de pull-to-refresh, desplazamiento infinito y posicionamiento preciso de elementos. El proyecto también incorpora herramientas de optimización del rendimiento, incluyendo una estrategia de caché de dos niveles que almacena imágenes y respuestas de red en memoria o en disco local. Estos mecanismos de caché utilizan políticas de desalojo configurables para reducir la latencia y minimizar el uso de red, asegurando la capacidad de respuesta de la aplicación en condiciones de red variables.
Provides a framework for storing and retrieving images in memory or on disk to optimize performance.