Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

shehuan/DUtil

Open more actions menu

Repository files navigation

DUtil

一个基于okhttp的文件下载、上传工具

*下载:支持多线程、断点续传下载,以及下载管理原理、以及用法

*上传:支持表单形式上传、直接将文件作为请求体上传原理、以及用法

如何添加到AndroidStudio

Step 1. 添加JitPack仓库

在当前项目等根目录下的 build.gradle 文件中添加如下内容:

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

Step 2. 添加项目依赖

dependencies {
        compile 'com.github.Othershe:DUtil:1.1.1'
}

About

A file download and upload library,that is based on okhttp

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.