Re: [android-developers] Service callback to Activity

2010-01-13 Thread Mark Murphy
Biosopher wrote: > Our application will expose a Service that can be called by Activities > in other people's applications. Great! > In many cases, the parent > applications calling Activity may be paused before our Service > completes. It's unclear why that matters. > (2) Create a PendingInte

[android-developers] Service callback to Activity

2010-01-13 Thread Biosopher
Our application will expose a Service that can be called by Activities in other people's applications. In many cases, the parent applications calling Activity may be paused before our Service completes. I am looking for the best way for a Service to communicate back to the calling Activity that m