Android.App.Activity.OnEnterAnimationComplete Method
Activities cannot draw during the period that their windows are animating in.

Syntax

[Android.Runtime.Register("onEnterAnimationComplete", "()V", "GetOnEnterAnimationCompleteHandler")]
public virtual void OnEnterAnimationComplete ()

Remarks

Activities cannot draw during the period that their windows are animating in. In order to know when it is safe to begin drawing they can override this method which will be called when the entering animation has completed.

[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