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)
Mediaplayer stop working when internet gets off or using vpn
I have a recyclerview with different buttons that plays different sounds that it takes from url and it works fine but when you turn the Internet off or using vpn and turning back to the app it is not ...
Negin Nasirzadeh
Votes: 0
Answers: 0
Android studio check if Mediaplayer is playing in a screen widget activity
There'd be a button on the home screen which would play a certain song and change the background image of the button. If the user clicks on the button again (when the music is playing) then the music ...
apitefinom
Votes: 0
Answers: 1
Change speed of audio file in kotlin
I am making a metronome app in Android Studio, using Kotlin, and need to be able to change the speed of the audio file playing.
Min SDK: 23
Target SDK: 32
This is what I've currently got but changing ...
Matthew Guest
Votes: 0
Answers: 1
when Playing the video background, report android.view.WindowManager$BadTokenException:Unable to add window-token null is not valid;
I am trying to play videos in VideoView in the recyclerView using realTime database.
Here is my adapter code of the recyclerView. :-
class VideoAdapter(private var mContext: Context,private var mv...
CHETAN
Votes: 0
Answers: 2