When does Application’s onCreate() method get called?
Only the first time. When Activity is started and application is not loaded, then both onCreate() methods will be called. But for subsequent starts of Activity, the onCreate() of application will not be called.