Youtube-dl-android is just another java Android library wrapper for youtube-dl executable. Use this library to download videos from youtube-dl supported sites in android apps.
Features
Useful library for downloading file, mp3, mp4, ..... any file
Options
The ZionFactory help you download files with so short code.
BulkDownload is a library project that allows bulk content downloads in a cleaner way.
You can use this Downloader when:
Pump is a fast, easy-to-use android download library that supports multitask, multithread, and breakpoint download.
Android library for downloading, saving/caching and retrieving any type of files (image, video, pdf, apk etc) easily.
PRDownloader - a file downloader library for Android with pause and resume support.
An example app to download pdf from url and saved into your internal storage.
A library to download Youtube video as mp3 files.
Simple Video & Photo Downloader or Repost for Instagram.
SugarLoader is a small library that adds sugar to Android Loader API.
Even when you rotate screen, tap home button, or anything, there is no risk to crash it or miss the callback, data will be loaded only once, then rendered to the restored activity/fragment, because there is Android Loader API under the hood.
Play store downloads/updates app in sequence because of the performance issues but still there are the cases when you need to download/upload things in parallel like AppStore or WhatsApp.
This project is for downloading items(songs, images etc) in Android using RxJava2. There are, however 2 conditions which I have set for downloading.
1) Only 2 items can be downloaded at a time. So even if the user clicks multiple items to download, only 2 of them will be actually downloaded at a time and the rest of the downloads will be en queued.
2) The download percent is shown to the user. But only if the difference between the current percentage and the previously shown percentage is greater than 5 percent.
Fetch is a simple yet powerful Android library that allows you to manage downloads more efficiently in your Android apps. It uses a background service on the device to download and maintain requests.
Features:
This a is a ready-to-use library that encapsulate the Android Download Manager. Using an interface you can easily connect to your Activity or Fragment and used it. It runs on other process as an independent service.
An android view showing a download progressBar, total size, downloadedSize, percentage downloaded and a cancel button of the android DownloadManager with just few lines of code. Just like Google Play downloading.
Thin DownloadManager is an android library primary to download files and to avoid using DOWNLOAD_WITHOUT_NOTIFICATION
permission when using Android provided DownloadManager in your application.
Android/Java download manager library help you to download files in parallel mechanism in some chunks.
Easy to use multi-threaded downloader for Android.
This is a copy of the DownloadManager, but it allows for downloading to private internal storage.