In Android, you can provide your own implementation of the Application class by extending it and declaring the name in the Manifest.
My question is, will this implementation always be created before the initial Activity, or can Activities be launched before the Application instance has had time to be created?