How can I implement custom swipe animation instead of standard horizontal movement? I am thinking of a mixture of ViewPager (scroll to scroll) and ViewFlipper (custom animation). It is important that the animation provides direct feedback with the movement of the user's finger, and not only after the completion of the swipe.
Some examples:
Any idea on how to override the swipe animation in ViewPager at all?
onTouchEvent(), onScroll() . , ViewPager , . , .