I have a service which I start off in a separate process from the
application using "process:myname" tag.

Do I need to be careful to take longish running method calls out of
the main thread, even when the service is in its own process ? I do
some initialization during onCreate/onStart that could take a few
seconds.  I would like to understand what is the implication of
leaving these calls here, or should I take these calls off on to a
separate thread.



--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to