python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
media store gets the path to a song but the media player is unable to play it(Android studio)
I am making an app in android studio that requires playing music from the phone's storage
the music is within this class:
public class AudioModel {
String aPath;
String aName;
...
Dominik Zagrušovcem
Votes: 0
Answers: 0
Copy SQLITE file from download folder to my app folder ANDROID 11
before android 10 i can restore my database from any folder now when i create my fileinputstream and error becomes: /storage/emulated/0/Download/bd/bd.sqlite: open failed: EACCES (Permission denied), ...
Christian Juarez
Votes: 0
Answers: 1
MEDIASTORE images, got nothing
I added the request premissions for reading files tried this method inside my activity but nothing shows,like there is no images in real devices and emulator,what am i doing wrong?
fun storaheread...
chkml
Votes: 0
Answers: 1
Getting FileNotFound exception on android 11
Trying to fetch whatsapp statuses files. Some files are accessible but some are throwing FileNotfound Exception on Android 11, Even all files are there in the .Statuses folder.
Step 1: I have gained p...
Himanshu
Votes: 0
Answers: 0