Can A Service Get A Reference To The Activity During Onbind?
I have a service that basically manages a MediaPlayer instance for playing podcasts. Once an activity binds to the service it can do things like play, pause, stop, etc. I used a se
Solution 1:
The SDK samples API Demos app has an example of a service that messages back to an activity
Post a Comment for "Can A Service Get A Reference To The Activity During Onbind?"