0

I need to implement a View which has five children, but only one is visible. When the user touch scrolls from right to left or left to right, the next or previous view should appear in sync with the scroll. If the touch is finished and scroll distance did not exceed a given distance, then then the new view which is partly shown should go back and the current view should be shown. If the touch is finished and scroll distance has exceeded a given distance, then new view should come & current view should go. I tried with viewflipper, but it has only showNext() & showPrevious() through which the new view can not be shown on sync with the scroll.

Pavan
  • 219
  • 3
  • 7

1 Answers1

2

Pavan here is a similar question page curl turn effect in android

and also you may give try to SlidingDrawer

EDIT: Just found theses linked posts

how to make page turning effect in android

android page curl animation

and also this code.

Community
  • 1
  • 1
100rabh
  • 6,156
  • 5
  • 27
  • 41