On Apr 20, 2:11 pm, Dianne Hackborn <[email protected]> wrote:
> Killing threads is horribly bad and not something anyone should do.  You
> need to check in your task if it has been canceled, and return if so.
>

I don't necessarily disagree. But that is what the documentation says
it does. So someone who wrote the documentation thought killing
threads was fine and the person who implemented it thought differently
and ignored the parameter? They should probably talk.

When Android kills the service, which it can do at any time without
warning, does it kill the Async threads?  I'm assuming so. So it
sounds like I do have to handle thread death whether I initiate it or
not.

Nathan

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