Hi Mikey,
Thanks for reply but i still some how have a question if my
activity starts a thread and say that activity dies somehow so what
happens to the thread it started does it complete its run properly and
then ends or it its killed as soon as the activity dies?
Thanks,
Sagar

On Jul 9, 12:18 pm, metal mikey <coref...@gmail.com> wrote:
> I had replied to this thread already, but for some reason that reply
> is in limbo...
>
> If you use a service, you'll typically find that you'd still need to
> invoke a thread within that service for HTTP requests otherwise the
> Service might get killed for hogging the main thread.
>
> Under Eclair I'd found that services that hog the main thread (i.e.
> GUI-handling thread) would yeild a prompt to either 'force close' or
> 'wait', while under Froyo the service just gets forcibly closed.

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