I was reading the Android Media Playback documentation and I had a question. The documentation said that it is not advisable to call the mediaPlayer.prepare()
method in the thread responsible for the UI, and would like to know if the MediaPlayer.create(this, R.raw.amostra_de_audio)
method is called in the background or is needed some additional configuration. Thank you very much in advance.