Hi everybody,
is there a way to wait for a service initialization completed from a service or activity? I need to be sure that the service is completelly started before going on. I do with a sleep(5000), but there is something like a semaphore to be sure of service started ok? The service interfaces a webservice so I cannot be sure about init times.
Thank you
Mauro
is there a way to wait for a service initialization completed from a service or activity? I need to be sure that the service is completelly started before going on. I do with a sleep(5000), but there is something like a semaphore to be sure of service started ok? The service interfaces a webservice so I cannot be sure about init times.
Thank you
Mauro