python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How do I navigate the external storage file system in Android 12?
I would like to make a file manager app targeting API level 31 that requires access to all files on the device. To do this, I have followed the guidance here: https://developer.android.com/training/da...
Skanderbeg
Votes: 0
Answers: 2
FileManager always gives false when check mediaUrl of video exist to Photo Library in swift
I have a condition to save the video path selected from the iPhone photo library. ImagePicker Controller is used to save media Url. I have successfully selected the video and saved the path to User de...
user1960279
Votes: 0
Answers: 1
Flutter: How to check local file list and extract files into app?
As we know, our mobile phone has a function that we can check files from a file list. Just like the following picture. It seems that this function's name is filemanager. I wondered that is it possible...
yamato
Votes: 0
Answers: 1
File Manager not found when share chooser shown from an android app
How to make my file manager can be shown from this sharing chooser? So I can save the image without any third party like EZ, X-Plore, ZArchiver
I have tried like this.
val uris: List<Uri> ...
newbie
Votes: 0
Answers: 0