[android-developers] Singleton Service ???

2010-02-11 Thread MobDev
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

Re: [android-developers] Singleton Service ???

2010-02-11 Thread Mark Murphy
I'd like to know if it's possible to create a Singelton Service throughout an application ? Services are singletons by their very nature. -- Mark Murphy (a Commons Guy) http://commonsware.com Android App Developer Books: http://commonsware.com/books.html -- You received this message