I was thinking about it, and I don't think you can extend ViewFlipper in any way to achieve this unfortunatelly. What you could do, is to use horizontal ScrollView which automatically responds to user gestures, and you could override it to automatically align itself to the nearest full-stop-position. It shouldn't be too hard really.
Tomas On Apr 19, 3:20 pm, Igor <[email protected]> wrote: > My friends, > > did not find any solution. Please help! > > Igor > > On 13 апр, 23:11, Igor <[email protected]> wrote: > > > > > > > > > Hello everybody, > > > I've gotViewFlipperwith several child views. The requirement is to > > implement view switching withing theViewFlipperwith some animation > > BUT this animation should follow a user's gesture. The best example is > > considerViewFlipperas a book and animation is turning a page. > > So far I know only the way to start application on any kind of > > gestures but this animation just starts, runs and ends... but how to > > interrupt it and make follow a touch? > > Any clue? > > > Thank you in advance! > > > Igor. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

