No I don't believe IntentService does anything to remember current intents
being handled.

On Mon, May 11, 2009 at 6:45 PM, jseghers <jsegh...@cequint.com> wrote:

>
> Thank you for the questions.
>
> And yes, the answers do point to needing a service with IPC, though
> the IPC can be loosely coupled via a Pending Result.
>
> In reference to question #3: We are using an IntentService, so the
> service should shut down when it does not have work to do as well as
> provide the worker thread implementation and bookkeeping.
>
> One question back to you: If the service is killed before its work is
> completed, will an IntentService call onHandleIntent again with the
> initiating Intent? Or do I need to cache that information myself?
>
> - John
> >
>


-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to