🌐
GitHub
github.com › tonyofrancis › Fetch
GitHub - tonyofrancis/Fetch: The best file downloader library for Android · GitHub
FetchConfiguration fetchConfiguration ... FetchFileServer. The FetchFileServer is a lightweight TCP File Server that acts like an HTTP file server designed specifically to share files between Android devices....
Starred by 1.8K users
Forked by 358 users
Languages   Kotlin 85.3% | Java 14.6% | Shell 0.1%
🌐
GitHub
github.com › jignesh8992 › Android-11-Permissiond-And-Download-Manager
GitHub - jignesh8992/Android-11-Permissiond-And-Download-Manager: Permission with android 11 and Save and Download files in external storage
Permission with android 11 and Save and Download files in external storage - jignesh8992/Android-11-Permissiond-And-Download-Manager
Starred by 15 users
Forked by 6 users
Languages   Kotlin 100.0% | Kotlin 100.0%
Discussions

Unable to download file in Android 11 (ENOENT: no such file or directory, open '/storage/emulated/0/fileName.pdf')
I am trying to download the File in Android 11 but unable to download the file. Every time it's giving ENOENT: no such file or directory, open '/storage/emulated/0/fileName.pdf' error. ... More on github.com
🌐 github.com
41
November 13, 2020
bash - Clone/download specific files from a GitHub repository - Stack Overflow
Unfortunately, the GitHub API code search endpoint only searches the default branch (in this case, master), whereas you want the android-10.0.0_r47 tag. There could be files in android-10.0.0_r47 but not in master, and this code won't find and download these. An alternative solution is to do a very minimal clone of each tag you're interested in, and then use git ls-tree to get the paths of each tag, e.g., for tag in 'android-10.0.0_r47' 'android-11... More on stackoverflow.com
🌐 stackoverflow.com
(Help) How to download files from the GitHub app on Android
What's the repo URL? Some have a 'releases' section which may contain an executable file for the target OS, others may just provide the source code and expect you to build it yourself. Or perhaps I'm misunderstanding the question, and you want to actually clone a repo directly on your android device? More on reddit.com
🌐 r/github
4
21
May 26, 2023
Android 11 save File in /storage/emulated/0/Download not possible
we are using react-native-fs for android 11. i have the problem that i can't save Pfd and Excel files on the Downloads folder (/storage/emulated/0/Download) anymore, because we edit the files v... More on github.com
🌐 github.com
16
October 7, 2021
🌐
GitHub
github.com › RikkaApps › SaveCopy
GitHub - RikkaApps/SaveCopy: Simple Android app, handle ACTION_VIEW, ACTION_SEND, ACTION_SEND_MULTIPLE, save a copy of the file. For bad apps which only allow users to open files.
In Android 11, no one except the app itself can access those files, so users have to open those apps every time. This is very inconvenient and unreasonable. At least those apps allow the user to open files with other apps. So we have a chance. This app does a very simple thing, handle ACTION_VIEW, and save the file to the Download ...
Starred by 241 users
Forked by 21 users
Languages   Java 100.0% | Java 100.0%
🌐
GitHub
github.com › topics › android-11
android-11 · GitHub Topics · GitHub
android downloader download bitmap permissions permission-manager download-songs download-photos download-videos download-manager download-file permission-android androidpermission permiss androidr android11 android-11 android-r save-bitmap save-bitmap-in-android-11
🌐
GitHub
github.com › itinance › react-native-fs › issues › 950
Unable to download file in Android 11 (ENOENT: no such file or directory, open '/storage/emulated/0/fileName.pdf') · Issue #950 · itinance/react-native-fs
November 13, 2020 - import React from 'react'; import { SafeAreaView, View, Text, StatusBar, TouchableOpacity, } from 'react-native'; import {downloadPDFFile} from './src/FileHelper'; const App = () => { return ( <> <StatusBar barStyle="dark-content" /> <SafeAreaView> <View style={{flex:1, marginTop: '50%', marginLeft: '10%'}}> <TouchableOpacity style={{ justifyContent:'center', alignItems:'center', width: '80%', height: 40, backgroundColor: 'green' }} onPress={() => { downloadPDFFile((res) => { console.log(res); }); }}> <Text style={{color: '#000000'}}>Download File</Text> </TouchableOpacity> </View> </SafeAreaV
Author   itinance
🌐
GitHub
github.com › Justson › Downloader
GitHub - Justson/Downloader: A cost-effective Android file downloader · GitHub
File file = DownloadImpl.getInstance(getApplicationContext()) .url("http://shouji.360tpcdn.com/170918/93d1695d87df5a0c0002058afc0361f1/com.ss.android.article.news_636.apk") .get();
Starred by 431 users
Forked by 87 users
Languages   Java
🌐
GitHub
github.com › wlfcolin › file-downloader
GitHub - wlfcolin/file-downloader: FileDownloader, powerful http/https file download tool on Android · GitHub
FileDownloader, powerful http/https file download tool on Android - wlfcolin/file-downloader
Starred by 387 users
Forked by 148 users
Languages   Java
Find elsewhere
🌐
GitHub
github.com › kk121 › File-Loader
GitHub - kk121/File-Loader: File downloading library for android. · GitHub
List<MultiFileLoadRequest> multiFileLoadRequests = new ArrayList<>(); multiFileLoadRequests.add(new MultiFileLoadRequest(uris[0], "test2", FileLoader.DIR_INTERNAL, false)); multiFileLoadRequests.add(new MultiFileLoadRequest(uris[1], Environment.DIRECTORY_DOWNLOADS, FileLoader.DIR_EXTERNAL_PRIVATE, false)); multiFileLoadRequests.add(new MultiFileLoadRequest(uris[2], Environment.DIRECTORY_PICTURES, FileLoader.DIR_EXTERNAL_PUBLIC, false)); MultiFileDownloader multiFileDownloader = FileLoader.multiFileDownload(this); multiFileDownloader.progressListener(new MultiFileDownloadListener() { @Override public void onProgress(File downloadedFile, int progress, int totalFiles) { } @Override public void onError(Exception e, int progress) { super.onError(e, progress); } }).loadMultiple(true, uris);
Starred by 133 users
Forked by 35 users
Languages   Java
🌐
Quora
quora.com › How-can-I-download-files-from-GitHub-using-my-Android
How to download files from GitHub using my Android - Quora
Answer (1 of 3): The best and easiest way to download files and folders from GitHub using Android, I prefer you to use chrome and then enable the desktop mode and and green colour button ' Code ' will appear and then click on it and then click on download zip. Done! Enjoy The Code.
🌐
GitHub
github.com › amitshekhariitbhu › PRDownloader
GitHub - amitshekhariitbhu/PRDownloader: PRDownloader - A file downloader library for Android with pause and resume support · GitHub
PRDownloader - A file downloader library for Android with pause and resume support - amitshekhariitbhu/PRDownloader
Starred by 3.4K users
Forked by 543 users
Languages   Java
🌐
GitHub
gist.github.com › milon87 › 72c354984ae52727e90b4297b553b17b
Download file android · GitHub
Save milon87/72c354984ae52727e90b4297b553b17b to your computer and use it in GitHub Desktop. Download ZIP · Download file android · Raw · FileDownloadRetrieve.java · This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below.
🌐
GitHub
github.com › majidgolshadi › Android-Download-Manager-Pro
GitHub - majidgolshadi/Android-Download-Manager-Pro: Android/Java download manager library help you to download files in parallel mechanism in some chunks. · GitHub
Android/Java download manager library help you to download files in parallel mechanism in some chunks. - majidgolshadi/Android-Download-Manager-Pro
Starred by 1.6K users
Forked by 313 users
Languages   Java
🌐
GitHub
github.com › khushpanchal › Ketch
GitHub - khushpanchal/Ketch: An Android File downloader library based on WorkManager with pause and resume support. · GitHub
Ketch is a simple, powerful, customisable file downloader library for Android built entirely in Kotlin. It simplifies the process of downloading files in Android applications by leveraging the power of WorkManager.
Starred by 575 users
Forked by 65 users
Languages   Kotlin
🌐
GitHub
github.com › lingochamp › FileDownloader
GitHub - lingochamp/FileDownloader: Multitask、MultiThread(MultiConnection)、Breakpoint-resume、High-concurrency、Simple to use、Single/NotSingle-process
Just create your own DownloadMgrInitialParams.InitCustomMaker and put those customized component to it, finally init the FileDownloader with it: FileDownloader#init · The restriction of background service has been tightened since Android 8.0, for more details, please refer to here.
Starred by 11.1K users
Forked by 2.2K users
Languages   Java
🌐
GitHub
github.com › mozilla-mobile › fenix › issues › 5764
Refactor Downloads for Android 11 Storage + Change download path · Issue #5764 · mozilla-mobile/fenix
October 2, 2019 - @Amejia481 Right, but I mean choosing the desired location for every initiated download, not just having one folder where everything gets dumped. ... Got it, that's a different feature! ... Do no require write storage permission to downloading files on devices with Android 11 and above mozilla-mobile/android-components#9830
Author   mozilla-mobile
🌐
GitHub
github.com › topics › android11
android11 · GitHub Topics
android downloader download bitmap permissions permission-manager download-songs download-photos download-videos download-manager download-file permission-android androidpermission permiss androidr android11 android-11 android-r save-bitmap save-bitmap-in-android-11
🌐
GitHub
github.com › Rishit-dagli › ML-with-Android-11
GitHub - Rishit-dagli/ML-with-Android-11: A repository demonstrating all that's new in Android 11 for ML and how you could try it out for your own use-cases
You need to clone (download a copy of) this repository to your local machine using: $ git clone https://github.com/Your_Username/ML-with-Android-11.git · This makes a local copy of repository in your machine.
Starred by 76 users
Forked by 13 users
Languages   Java 55.4% | Kotlin 37.7% | Jupyter Notebook 6.9% | Java 55.4% | Kotlin 37.7% | Jupyter Notebook 6.9%
🌐
GitHub
github.com › itinance › react-native-fs › issues › 1042
Android 11 save File in /storage/emulated/0/Download not possible · Issue #1042 · itinance/react-native-fs
October 7, 2021 - I know that from Android 11 the storage accesses have changed and it is only possible on the so called scope storage. Is there with react-native-fs or somehow also different (via React Native) to store the files so that also other apps can see the files or you can open them in the file explorer of Android or see them like a shared folder for all apps.
Author   itinance