Android.Widget.AdapterViewFlipper Class
Simple Android.Widget.ViewAnimator that will animate between two or more views that have been added to it.

See Also: AdapterViewFlipper Members

Syntax

[Android.Runtime.Register("android/widget/AdapterViewFlipper", DoNotGenerateAcw=true)]
public class AdapterViewFlipper : AdapterViewAnimator

Remarks

Simple Android.Widget.ViewAnimator that will animate between two or more views that have been added to it. Only one child is shown at a time. If requested, can automatically flip between each child at a regular interval.

[Android Documentation]

Requirements

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