# majidgolshadi/Android-Download-Manager-Pro

Android/Java download manager library help you to download files in parallel mechanism in some chunks.

Repository: https://github.com/majidgolshadi/Android-Download-Manager-Pro
Canonical: https://ross.abutalabs.com/products/android-download-manager-pro
Language: Java
License: MIT
License Family: permissive
Topics: android, downloadmanager, parallel, java-library
Last push: 2023-07-31T00:33:11+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": 4074, "days_push": 1130, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1611, forks 311 (observed 2026-08-28T04:05:10.980269+00:00)

## What it is
An Android/Java download manager library that downloads files in parallel using multiple chunks and reports task status via a listener interface. It supports pausing, resuming, and querying download task states.

## Use cases
- download large files in parallel chunks on Android
- manage download tasks with pause and resume support
- get notified about download progress and completion
- query the status of individual downloads
- save downloaded files to a custom folder

## When to choose
- you need fine-grained control over parallel chunked downloads in an Android app
- you want a lightweight Java library with listener-based status reporting
- you need to pause, resume, and track download tasks

## When to avoid
- you need modern Kotlin-first APIs or coroutine support
- you only need simple one-off downloads covered by Android's built-in DownloadManager
- your project targets platforms other than Android

## Facets
- artifact type: library
- maturity: maintenance
- function: http-client, file-system
- domain: android-tools, files, developer-tools
- platform: jvm
- tags: download-manager, parallel-download, chunked-download, java-library, android, mobile

## Member repositories
- majidgolshadi/Android-Download-Manager-Pro (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:10.980269+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-30T03:51:12.228024+00:00, confidence not recorded.
  - readme: https://github.com/majidgolshadi/Android-Download-Manager-Pro (fetched 2026-08-28T04:05:10.980269+00:00, sha 7a18667d348d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
