On Android, you can provide your own implementation of the Application class by extending it and declaring a name in the manifest.
My question is whether this implementation will always be created before the initial action, or can activity be started before the application instance can be created?
android android-activity android-manifest
user901309
source share