Как найти текущую позицию просмотра в viewFlipper ..
Предположим, что это последний или первый дочерний элемент внутри viewFlipper
<ViewFlipper
android:id="@+id/imageFrames"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@android:drawable/screen_background_dark" >
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"><RelativeLayout>
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"><RelativeLayout>
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"><RelativeLayout>
</ViewFlipper>