Downloader
Useful library for downloading file, mp3, mp4, ..... any file
Options
- pause, resume, cancel, queue
- multi download
- add header request
- set download directory
- set time out connection
- show progress download (percent, downloaded size, total size)
- event every action (onStart, onPause, onResume, onProgress, onComplete, onFailure, onCancel)
Usage
add to root build.gradle
maven { url "https://jitpack.io" }
add to module build.gradle
implementation 'com.github.alirezat775:downloader:1.0.0'