Well, I'm trying to put a viewflipper inside a scrollview.
If I don't use the scrollview, my viewflipper works properly. When I put it inside a scrollview, the swipe becames hard to do. The swipe happens only if I slide only left to right, if I slide slighty up or down during this action, my viewflipper doesn't activate its onTouch event.
I think there's a conflit with the onTouch event on scrollview and viewflipper, but I don't know how to hold this event properly.
I saw a lot of questions about scrollView inside a viewflipper, but that is not my case.
@Edit I'm using Android 2.1. The layout below is what I want to do.
I will have a layout on the left and a viewflipper on the right. The viewFlipper would supports slides from left to right and viceversa to navigate between some forms.