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)
Not able to set image to the imageView in android 12
I am working on a camera application with camera 2 API. I am able to save the image to the picture directory and set it to the image view till android version 11 but on android 12, image is getting sa...
Swapnil Lanjewar
Votes: 0
Answers: 1
Video Capture intent in Android 30+ - Only owner is able to interact with pending item
I am trying to capture video on my app. It works below android API 30 but does not work on 30+. Seems like after sdk 30, android does not allow to read external storage entirely (scoped storage). I am...
alpertign
Votes: 0
Answers: 1
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
How to copy Images/Videos from DocumentFile Object to Gallery Folder using MediaStore Api
I gained access to this folder using Document Tree Intent :-
content://com.android.externalstorage.documents/tree/primary%3AExampleApp%2FMedia%2F.hiddenMedia
The URI of a image present in the above f...
MapleDeveloper
Votes: 0
Answers: 1