Android.App.Activity.OnStart Method
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.

Syntax

[Android.Runtime.Register("onStart", "()V", "GetOnStartHandler")]
protected virtual void OnStart ()

See Also

Activity.OnCreate(Android.OS.Bundle)
Activity.OnStop
Activity.OnResume

Remarks

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.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1