Pump

Additional

Language
Java
Version
v1.3.10 (Aug 1, 2020)
Created
Oct 23, 2018
Updated
Mar 4, 2021 (Retired)
Owner
huxq17
Contributors
huxq17
xiaoqian-hu-20230331
2
Activity
Badge
Generate
Download
Source code

Pump

Pump is a fast, easy-to-use android download library that supports multitask, multithread, and breakpoint download. Use HTTP caching mechanism to avoid unnecessary download and make download smarter. For more information, see the wiki.

See the 中文文档 for Chinese readme.

Download

App module build.gradle:

dependencies {
   implementation'com.huxq17.pump:download:1.3.10'
   implementation 'com.squareup.okhttp3:okhttp:lastversion'
}

Gifs

Single Task Multiple Task

Proguard Rules

-keep class com.huxq17.download.** { *; }
-dontwarn okhttp3.**
-dontwarn okio.**

About me

Email:huxq17@gmail.com

License

Copyright (C) 2020 huxq17

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License