Can you play a List<Song> continuously in the background on Windows Phone 8
问题 I have a list of songs (List<Song>) and i want to play all the songs even if the application goes into the background or under the lock screen. I cannot use a SongCollection and MediaPlayer.Play(SongCollection) because i cannot create a SongCollection object from a List<Song> . Is there anyway i can play this list of songs in the background, one by one (MediaPlayer.Play()) or otherwise? 回答1: The answer is right in the documentation for SongCollection class: http://msdn.microsoft.com/en-us