All Projects → alirezat775 → Downloader

alirezat775 / Downloader

Licence: apache-2.0
Downloader for android with pause, resume, cancel, queue options

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Downloader

Docker Jdownloader
JDownloader 2 Docker Image (Multiarch) - Passed 40M Downloads
Stars: ✭ 85 (+112.5%)
Mutual labels:  downloader, downloadmanager
Pyload
The free and open-source Download Manager written in pure Python
Stars: ✭ 2,393 (+5882.5%)
Mutual labels:  downloader, downloadmanager
Fetch
The best file downloader library for Android
Stars: ✭ 1,124 (+2710%)
Mutual labels:  downloader, downloadmanager
Mzdownloadmanager
This download manager uses NSURLSession api to download files. It can download multiple files at a time. It can download large files if app is in background. It can resume downloads if app was quit.
Stars: ✭ 1,061 (+2552.5%)
Mutual labels:  downloader, downloadmanager
uget
(WIP) Universal Getter of remote files
Stars: ✭ 46 (+15%)
Mutual labels:  downloader, downloadmanager
DownloadManagerPlus
Using faster and easier than Android Download Manager
Stars: ✭ 80 (+100%)
Mutual labels:  downloader, downloadmanager
Rxdownloader
Demo of Downloading Songs/Images through Android Download Manager using RxJava2
Stars: ✭ 166 (+315%)
Mutual labels:  downloader, downloadmanager
Androiddownloader
An powerful download library for Android.
Stars: ✭ 287 (+617.5%)
Mutual labels:  downloader, downloadmanager
VandaDownloader
强大的下载特性支持,更加清晰的特性设计。
Stars: ✭ 25 (-37.5%)
Mutual labels:  downloader, downloadmanager
android-downloader
An powerful download library for Android.
Stars: ✭ 375 (+837.5%)
Mutual labels:  downloader, downloadmanager
dl
Command-line file downloader tool
Stars: ✭ 39 (-2.5%)
Mutual labels:  downloader, downloadmanager
Fast Android Networking
🚀 A Complete Fast Android Networking Library that also supports HTTP/2 🚀
Stars: ✭ 5,346 (+13265%)
Mutual labels:  downloader, downloadmanager
Sppull
📎 Download files from SharePoint document libraries using Node.js without hassles
Stars: ✭ 22 (-45%)
Mutual labels:  downloader
Cryptoinscriber
📈 A live cryptocurrency historical trade data blotter. Download live historical trade data from any cryptoexchange, be it for machine learning, backtesting/visualizing trading strategies or for Quantopian/Zipline.
Stars: ✭ 27 (-32.5%)
Mutual labels:  downloader
Yts Scraper
Download .torrent files from YTS YIFY
Stars: ✭ 19 (-52.5%)
Mutual labels:  downloader
Aria2 Pro Docker
Aria2 Pro | A perfect Aria2 Docker image | 更好用的 Aria2 Docker 容器镜像
Stars: ✭ 802 (+1905%)
Mutual labels:  downloader
Download Manager
Download Manager with features like in IDM
Stars: ✭ 36 (-10%)
Mutual labels:  downloadmanager
Youtube Dl Gui
A cross platform front-end GUI of the popular youtube-dl written in wxPython.
Stars: ✭ 7,914 (+19685%)
Mutual labels:  downloader
Lulu
[Unmaintained] A simple and clean video/music/image downloader 👾
Stars: ✭ 789 (+1872.5%)
Mutual labels:  downloader
Thindownloadmanager
To download files and to avoid using DOWNLOAD_WITHOUT_NOTIFICATION permission if you are using Android's DownloadManager in your apps.
Stars: ✭ 762 (+1805%)
Mutual labels:  downloadmanager

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)

Issue

Usage

add to root build.gradle

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

add to module build.gradle

    implementation 'com.github.alirezat775:downloader:{latest-version}'

contribution guidelines

please commit in development branch and send a pull request to merge development branch. explain better in a commit message, don't remove class author and add your data in a header of class

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].