Re: [android-developers] Re: stop mediaplayer from previous activity

2010-02-16 Thread Mark Murphy
MarcC wrote: > Do you happen to know where I can find an example of MediaPlayer as a > Service? I suspect the built in Music app works that way. In general, though, MediaPlayer isn't activity-specific, so it should work in a service just as it would in an activity. You might want to use the new st

[android-developers] Re: stop mediaplayer from previous activity

2010-02-16 Thread MarcC
Thank you Mark Do you happen to know where I can find an example of MediaPlayer as a Service? Did some searching but what I found didn't get me to where I wanted to be. The examples I found had a single audio being played and stopped via the service and I could not figure out how to add more t