awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 Repos

Awesome GitHub RepositoriesImage Loading

Libraries for efficient image fetching and caching.

Explore 8 awesome GitHub repositories matching part of an awesome list · Image Loading. Refine with filters or upvote what's useful.

Awesome Image Loading GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • bumptech/glideAvatar von bumptech

    bumptech/glide

    35,021Auf GitHub ansehen↗

    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

    Image loading library focused on smooth scrolling.

    Java
    Auf GitHub ansehen↗35,021
  • square/picassoAvatar von square

    square/picasso

    18,820Auf GitHub ansehen↗

    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

    Powerful image downloading and caching library.

    Kotlin
    Auf GitHub ansehen↗18,820
  • facebook/frescoAvatar von facebook

    facebook/fresco

    17,149Auf GitHub ansehen↗

    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

    Library for managing images and memory.

    Kotlin
    Auf GitHub ansehen↗17,149
  • nostra13/android-universal-image-loaderAvatar von nostra13

    nostra13/Android-Universal-Image-Loader

    16,852Auf GitHub ansehen↗

    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

    Powerful library for loading and caching images.

    Java
    Auf GitHub ansehen↗16,852
  • coil-kt/coilAvatar von coil-kt

    coil-kt/coil

    11,819Auf GitHub ansehen↗

    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

    Kotlin-first image loading library.

    Kotlinandroidandroidxcompose
    Auf GitHub ansehen↗11,819
  • amitshekhariitbhu/androidnetworkingAvatar von amitshekhariitbhu

    amitshekhariitbhu/AndroidNetworking

    5,906Auf GitHub ansehen↗

    AndroidNetworking is an HTTP networking library for Android that handles the full lifecycle of network communication, from sending requests to parsing responses and caching data. It provides a unified interface for executing GET, POST, PUT, DELETE, HEAD, and PATCH requests, with support for both synchronous and asynchronous execution, and includes built-in JSON response parsing that converts server responses directly into Java objects or lists. The library distinguishes itself through a set of integrated capabilities that go beyond basic request execution. It manages file downloads and upload

    Fetches and displays images from a URL into an ImageView with placeholder and error drawables.

    Java
    Auf GitHub ansehen↗5,906
  • amitshekhariitbhu/fast-android-networkingAvatar von amitshekhariitbhu

    amitshekhariitbhu/Fast-Android-Networking

    5,906Auf GitHub ansehen↗

    🚀 A Complete Fast Android Networking Library that also supports HTTP/2 🚀

    Loads images from URLs into image views with placeholder and error image support.

    Java
    Auf GitHub ansehen↗5,906
  • saiwu-bigkoo/android-convenientbannerAvatar von saiwu-bigkoo

    saiwu-bigkoo/Android-ConvenientBanner

    4,748Auf GitHub ansehen↗

    Android-ConvenientBanner ist eine Image-Banner-Bibliothek für Android-Apps, die ein gleitendes Bildkarussell mit unendlichem Loop und 3D-Übergangseffekten bietet. Es handelt sich um eine spezialisierte ViewPager-Implementierung, die für rotierende Banner und wiederverwendbare UI-Karussells entwickelt wurde. Die Komponente verfügt über ein System zur Simulation eines Endlos-Loops durch Duplizierung von Randelementen und nutzt Matrix-Transformationen sowie Skalierung, um während der Seitenübergänge eine dreidimensionale Tiefe zu erzeugen. Sie enthält einen timergesteuerten Auto-Rotationsmechanismus, der Übergänge in festen Intervallen auslöst und bei Nutzerinteraktion pausiert. Für den Abruf von Assets verwendet die Bibliothek ein interfacebasiertes Ladesystem, das die Integration externer Bild-Caching- und Netzwerk-Ladebibliotheken ermöglicht.

    Allows connecting external image caching libraries to the banner component for network asset retrieval.

    Java
    Auf GitHub ansehen↗4,748
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Image Loading

Unter-Tags erkunden

  • Custom Loader IntegrationsIntegration points for connecting specific third-party image loading libraries to a UI component. **Distinct from Image Loading:** Focuses on the integration bridge between a component and a loader, not the loader library itself.