- app
- The application being created.
Perform calling of the application's Application.OnCreate method. The default implementation simply calls through to that method.
Note: This method will be called immediately after Instrumentation.OnCreate(Android.OS.Bundle). Often instrumentation tests start their test thread in onCreate(); you need to be careful of races between these. (Well between it and everything else, but let's start here.)