I have the following items defined in my android application manifest
1 Application extension 3 Services 5 Activities
Is it guaranteed that the onCreate of my Application class complete before the services are started? I have specific logic that needs to occur before the three services are started to properly initialize the application state.