# koush/ion

Android Asynchronous Networking and Image Loading

Repository: https://github.com/koush/ion
Canonical: https://ross.abutalabs.com/products/ion
Language: Java
License: NOASSERTION
License Family: other
Last push: 2026-08-11T20:23:53+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 97, release rhythm 35, longevity 100
- inputs: {"age_days": 4851, "days_push": 22, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6243, forks 1020 (observed 2026-08-28T04:09:40.917005+00:00)

## What it is
Ion is an Android library for asynchronous networking and image loading, built on NIO and AndroidAsync. It provides a fluent API for downloading images, JSON, strings, and files, with automatic UI thread handling and request cancellation.

## Use cases
- load images into imageviews asynchronously in android
- download json from an api in an android app
- upload files with multipart form data and progress bar
- make http requests with kotlin coroutines on android
- cache and gzip http responses on android
- download files with progress callbacks

## When to choose
- building an Android app that needs simple async HTTP and image loading in one library
- you want automatic cancellation tied to Activity lifecycle and UI thread callbacks
- you need animated GIF support in ImageViews

## When to avoid
- building a multiplatform or non-Android Java/Kotlin project
- you prefer modern first-party stacks like Retrofit/OkHttp or Coil with active ecosystems
- you need a lightweight image loader only without networking

## Facets
- artifact type: library
- maturity: maintenance
- function: http-client, image-processing, caching, file-upload
- domain: mobile-development, android-tools, web-development
- platform: jvm
- tags: android, async-networking, image-loading, kotlin-coroutines, http2, mobile

## Member repositories
- koush/ion (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:40.917005+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:47:10.634066+00:00, confidence not recorded.
  - readme: https://github.com/koush/ion (fetched 2026-08-28T04:09:40.917005+00:00, sha 8edae8e47c27)
- Data as of 2026-08-30T08:39:29.467469+00:00.
