# devaige/MultiThreadDownloader

Light weight and simple Multi-Thread Downloader for Android

Repository: https://github.com/devaige/MultiThreadDownloader
Canonical: https://ross.abutalabs.com/products/multithreaddownloader
Language: Java
License Family: other
Last push: 2016-08-13T00:37:39+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4123, "days_push": 3673, "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 1017, forks 274 (observed 2026-08-28T04:03:14.674175+00:00)

## What it is
A lightweight Java library for Android that performs multi-threaded HTTP file downloads with pause/resume support and progress tracking. It handles URL redirection, falls back to single-threaded downloads when servers lack range support, and persists download state in a database.

## Use cases
- download large files in an android app with multiple threads
- pause and resume file downloads on android
- show download progress in the status bar
- download files over http with url redirection support
- persist download progress across app restarts
- java library for multi-threaded downloading on android

## When to choose
- you need a small, dependency-free download manager for an older Android project
- you want multi-threaded downloads with pause/resume and progress callbacks in Java
- your app targets very old Android APIs since it requires only API 1

## When to avoid
- you need a maintained library with recent updates or security patches
- your project uses Kotlin and modern Android download APIs like WorkManager
- you need HTTPS certificate pinning or advanced networking features
- you require a license file for compliance since the repo lacks one

## Facets
- artifact type: library
- maturity: abandoned
- function: http-client, concurrency, file-system
- domain: mobile-development, android-tools, files
- platform: jvm
- tags: downloader, multi-threaded-download, resume-download, android-library, java, android, mobile

## Member repositories
- devaige/MultiThreadDownloader (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:14.674175+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-30T07:11:11.373033+00:00, confidence not recorded.
  - readme: https://github.com/devaige/MultiThreadDownloader (fetched 2026-08-28T04:03:14.674175+00:00, sha 28898060a3b5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
