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

See Also: ViewFlipper Members

Syntax

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

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 1