All Questions
2 questions
0
votes
2
answers
3k
views
Music Play Next and Play Previous are not working in Android studio
I had 2 Activities (namely MainActivity which shows list of songs and a default media controller at the bottom, and a AndroidBuildingMusicPlayerActivity with a custom made layout for playback) and a ...
4
votes
1
answer
951
views
MediaPlayer MediaController Service
I cannot seem to fix this problem:
android.view.WindowManager$BadTokenException: Unable to add window -- token null is not valid; is your activity running?
I have an application which has an ...