Android.App.Activity.Recreate Method
Cause this Activity to be recreated with a new instance.

Syntax

[Android.Runtime.Register("recreate", "()V", "GetRecreateHandler")]
public virtual void Recreate ()

Remarks

Cause this Activity to be recreated with a new instance. This results in essentially the same flow as when the Activity is created due to a configuration change -- the current instance will go through its lifecycle to Activity.OnDestroy and a new instance then created after it.

[Android Documentation]

Requirements

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