Android MediaPlayer stuck in prepare()
You should use prepareAsync()
instead. And you won't need AsyncTask
just for the sake of MediaPlayer
preparation.
You should use prepareAsync()
instead. And you won't need AsyncTask
just for the sake of MediaPlayer
preparation.