0 comments (0 comments)1 reaction (1 reaction)1 assignee (1 assignee)Java33,679 stars (33,679 stars)10,654 forks (10,654 forks)batch import
help wanted
Description
描述需求
对DownloadManager的简单操作,如新建下载任务,查询下载任务,停止下载任务等
可借鉴的
无
Contributor guide
- Tech stack
- javaandroid
- Domain
- mobile
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- blocked
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Android DownloadManager APIJava
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- Review the Android DownloadManager API documentation and existing utility classes in the repository to implement a new utility class that wraps common operations like creating, querying, and stopping downloads. Pay attention to the coding style and patterns used in other utility classes within the AndroidUtilCode project.