Hi,

I'd like to know if it's possible to create a Singelton Service
throughout an application ?
Let's say I'd like to cerate a Service to play some mp3... I'd like it
to be a Singleton, we don't want two mp3 tracks playing through each
other (well maybe some would want that, but in my case I'm not making
a DJ app) :P
Also this Service should be somewhat dynamic as in there should be
some interface so that I can stop, pauze and play the mp3 file/
stream...
Now I have a couple of questions :
- is this feasable ?
- should I be using a Service or something else ?
- how can an interface be set up inbetween an application and a
service so that I can start, stop, pauze stuff ?
- can there be something like a Singleton Service ?

Thanks in advance for any help !

-- 
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

Reply via email to