I use MediaPlayerStream to play mp3 , but it quits playing when I push and hold the home key to switch to another app ! how can I make MediaPlayerStream.Load that continues in the backgroundd ?
You should use a service for that. Play the music from the service. You should call Service.StartForeground to make sure that Android doesn't kill your service.