Coming straight to question,
- App_A -> binds with service in App_B
- App_B tries to init few values in it's application class constructor
Can I expect App_B's Application class constructor to get executed completely before the service methods (constructor (or) onStart (or) onBind) within App_B starts getting executed?