Called after Activity.OnCreate(Android.OS.Bundle) — or after Activity.OnRestart when the activity had been stopped, but is now again being displayed to the user. It will be followed by Activity.OnResume.
Derived classes must call through to the super class's implementation of this method. If they do not, an exception will be thrown.