All exaples I found use MediaPlayer for play an audio files. It that cases application should create its own UI to interact with user during playing a music. But I my case I need to show some sort of "default" UI is order to avoid responsibility to show it in my application. For example when you use Shell object on Windows OS it will start deafult player for appropriate type of file. I found following note :"Using the multimedia capabilities is fairly straightforward, going through the same intents and activities mechanism that the rest of Android uses." from here http://code.google.com/android/toolbox/apis/media.html but cannot find any example showing how can I start playing music using Intent. Thank for advices!
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

