Consider the code snippet below:
MediaPlayer mp = new MediaPlayer();
mp.setDataSource(PATH_TO_FILE);
mp.start();
Which of the following should be placed at
Correct Answer: mp.prepareAsync();
Explanation:
Note: This question has more than 1 correct answers
Note: This Question is unanswered, help us to find answer for this one
More Android Programming MCQ Questions
Android Programming MCQs | Topic-wise