Sapient
Company
Programming
MediaPlayer mediaPlayer = MediaPlayer.create(context, R.raw.sound_file_1);
mediaPlayer.start();
In this line of code, Which function has to be mentioned to start the mediaPlayer?
1) prepare()
2) looper()
3) none of the above
Read Solution (Total 1)
-
- prepare() is called
- 7 years agoHelpfull: Yes(0) No(0)
Sapient Other Question