I can access the media library just fine but it means I have to develop my own interface to get a player to select a music track to play or a play list or something.

Is it possible to display the OS's native music browser from inside the game then when the user finishes using it (i.e. selecting their track to play or play list) jump back into the game?

Thanks for any help!

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

The SDK currently contains no built in way to display a list of music on the device from within your own application.

Unfortunately, you'll have to implement your own solution.

link|improve this answer
Ah damn that sucks :( Ah well, I shouldn't be so lazy. – meds Nov 24 '10 at 9:20
@meds consider it an opportunity to create something specifically tailored to be part of your application rather than just a standard control – Matt Lacey Nov 24 '10 at 9:37
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.