1 रिपॉजिटरी
Libraries for asynchronous image fetching, caching, and display on the Android platform.
Distinct from Image Loading Libraries: Distinct from Image Loading Libraries (web): targets Android with view integration, placeholders, and error states.
Explore 1 awesome GitHub repository matching web development · Android. Refine with filters or upvote what's useful.
Ion is an asynchronous HTTP client library for Android that handles network requests, JSON parsing, image loading, and file downloads. It provides a fluent builder pattern for constructing requests and supports automatic JSON deserialization into Java objects using Gson, along with in-memory image caching and multipart form-data encoding. The library distinguishes itself through its support for request cancellation via Future objects, allowing individual or bulk cancellation of in-flight requests to avoid wasted bandwidth and stale callbacks. It also includes proxy-aware request routing for d
An image loading component that fetches remote images with caching, placeholders, error states, and fade-in animations.