#
filedownloader
Here are 25 public repositories matching this topic...
Open
判断任务是否在运行
1
ibosong
commented
Jul 17, 2019
OkDownload Version
1.0.5
Problem Describe
判断任务是否在运行的代码:
public synchronized boolean isRunning(DownloadTask task) {
Util.d(TAG, "isRunning: " + task.getId());
for (DownloadCall call : runningSyncCalls) {
if (call.isCanceled()) continue;
if (call.equalsTask(task)) {
return true;
}
}
2
omarsahl
commented
Aug 31, 2018
The Error class in PRDownloader is not really helping when debugging as it doesn't provide the issue that causes the download to fail.
I'd suggest adding a Throwable parameter to the Error class.
Thanks
The best file downloader library for Android
android
http
application
app
downloader
mobile
networking
filemanager
gradle
internet
retrofit
android-library
android-development
internet-of-things
okhttp
downloadmanager
android-tv
filedownloader
httpurlconnection
fast-networking
-
Updated
Jun 9, 2020 - Java
The FileDownloadConnection implemented with the okhttp3
-
Updated
Feb 5, 2018 - Java
- Reactive Extension Library for Android to download files
android
library
downloader
reactivex
reactive
libraries
internet
reactive-streams
reactive-programming
reactive-extensions
asynchronous-programming
rxjava2
strategy
filedownloader
reactive-library
-
Updated
Dec 12, 2017 - Java
High-speed file download, support Multithreading, Breakpoint Transmission, Speed Limit, Real-time Speed Feedback.
downloader
libcurl
filedownloader
breakpoint-download
speed-limit
http-file-download
ftp-file-download
-
Updated
Jun 8, 2020 - C++
Download json data, csv, excel or json file with Vue Component
-
Updated
Sep 15, 2018 - JavaScript
A useful file downloader in iOS development, written in objective-C & Swift
swift
ios
downloader
objective-c
download
nsurlsession
downloadmanager
filedownloader
nsurlsessiondownloadtask
-
Updated
Apr 26, 2017 - Objective-C
a small module for easy downloading using the power of curl combined with node js
-
Updated
Feb 6, 2019 - JavaScript
对AFNetworking的二次封装,用于对图片、PDF、Excel、doc等网络下载以及预览展示。
-
Updated
Jul 6, 2017 - Objective-C
File Downloader is an easy downloader for file with progress.
-
Updated
Apr 24, 2019 - Java
A web server to get files and directories of a local folder using HttpListener in .Net
webserver
http-server
filetransfer
filedownloader
http-listener
fileserver
filedownload
httplistener
jlab
fastfiletransfer
httplistenercontext
-
Updated
Mar 20, 2018 - C#
File Downloader, Simple is the highest. Lightweight, easy to extend
-
Updated
Apr 24, 2018 - Java
PRDownloader - A file downloader library for Android with pause and resume support
-
Updated
Nov 18, 2017 - Java
This repo contains python scripts for different requirement, solution to different problems
-
Updated
Apr 27, 2020 - Python
Pure Windows Minimalistic File Downloader
windows
downloader
powershell
windows-10
batch
batch-file
batch-script
batchfile
filedownloader
batch-download
filedownload
filedownloads
-
Updated
Jan 18, 2020 - Batchfile
Can download file with http url. Support resuming downloading from last break point.
-
Updated
Mar 14, 2018 - C++
react filedownload, transfrom json array to xlsx file
-
Updated
Feb 22, 2018 - JavaScript
-
Updated
Jan 26, 2020 - PHP
Simple Any file, youtube video or palylist downloader PYQT Desktop application using QT library.
-
Updated
Apr 10, 2020 - Python
Improve this page
Add a description, image, and links to the filedownloader topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the filedownloader topic, visit your repo's landing page and select "manage topics."
Before Issue
FileDownloadLog.NEED_LOG=trueand review the Logcat output from main process and:filedownloaderprocess ( pay attention to Warn and Error level logcat)Issue