3
I was reading the documentation of Android Media Playback and a doubt occurred to me. In the documentation it said that it is not advisable to call the method mediaPlayer.prepare()
in thread responsible for UI, and would like to know if the method MediaPlayer.create(this, R.raw.amostra_de_audio)
is called in the background or some additional configuration is required. Thanks in advance.