Android.Animation.AnimatorInflater Class
This class is used to instantiate animator XML files into Animator objects.

See Also: AnimatorInflater Members

Syntax

[Android.Runtime.Register("android/animation/AnimatorInflater", DoNotGenerateAcw=true)]
public class AnimatorInflater : Java.Lang.Object

Remarks

This class is used to instantiate animator XML files into Animator objects.

For performance reasons, inflation relies heavily on pre-processing of XML files that is done at build time. Therefore, it is not currently possible to use this inflater with an XmlPullParser over a plain XML file at runtime; it only works with an XmlPullParser returned from a compiled resource (R. something file.)

[Android Documentation]

Requirements

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