Online Course Support

Once your application no longer plays music, it’s a good practice to

Question 8
Once your application no longer plays music, it’s a good practice to

1 point

call the reset method of the MediaPlayer object

free the associated resources by using the release method from the MediaPlayer class

terminate the current activity (the one which was playing the music)

not destroy the MediaPlayer object in case it might be useful elsewhere in the application

Similar Posts