aritraroy / FileDownloader

Multitask、Breakpoint-resume、High-concurrency、Simple to use、Single/NotSingle-process

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FileDownloader

Android multi-task file download engine.

Download Build Status

中文文档

This project dependency on square/okhttp 3.2.0

DEMO

Installation

FileDownloader is installed by adding the following dependency to your build.gradle file:

dependencies {
    compile 'com.liulishuo.filedownloader:library:0.2.4'
}

Welcome PR

  • Comments as much as possible.
  • Commit message format follow: AngularJS's commit message convention .
  • The change of each commit as small as possible.
  • As far as possible follow the advice from Inspection by IDE(Such as 'Inspect Code' in Android Studio).

Usage

For more readable, Moved to Wiki.

LICENSE

Copyright (c) 2015 LingoChamp Inc.

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.

About

Multitask、Breakpoint-resume、High-concurrency、Simple to use、Single/NotSingle-process

License:Apache License 2.0


Languages

Language:Java 100.0%