Skip to content

Max-sGao/AndroidDownloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

AndroidDownloader

Android 多任务文件下载器,支持断点下载

How to use

Step 1. Add the JitPack repository to your build file

Add it in your root build.gradle at the end of repositories:

allprojects {
	repositories {
		...
		maven { url 'https://www.jitpack.io' }
	}
}

Step 2. Add the dependency

dependencies {
        implementation 'com.github.blezede:AndroidDownloader:1.1'
}

See the example for specific usage.

About

Android 多任务文件下载器,支持断点下载

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%