I have an app which will start multiple separate services which perform 
an action and then exit. I don't want them all to run at the same time 
(because this may bog down the OS).

I have the code for finding the services and starting the services, but 
does anyone know how I can make sure one service has completed before 
the next starts.

Due to what the app does it will have to start multiple services and the 
actions the services perform have no GUI and may take tens of seconds or 
minutes (hence why I'm using a service so the user isn't just shown a 
blank screen every time the next service starts).

Anyone have any ideas?

Al.

-- 
======
Funky Android Limited is registered in England & Wales with the 
company number  6741909. The registered head office is Kemp House, 
152-160 City Road, London,  EC1V 2NX, UK. 

The views expressed in this email are those of the author and not 
necessarily those of Funky Android Limited, it's associates, or it's 
subsidiaries.


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