Skip to content Skip to sidebar Skip to footer

Music Player Play 2 Song At The Same Time

i'm a beginner and i have some trouble with my android app. my app have 2 activities. the first is PlayerActivity.java it will list all song in sdcard by a listView and when i clic

Solution 1:

In PlaysongActivity, override onStop() and call release() on the MediaPlayer.

This will stop playback (and release resources) when you exit that activity.

Post a Comment for "Music Player Play 2 Song At The Same Time"