How can I implement a custom swipe animation instead of the standard horizontal movement? I'm thinking about a mixture of ViewPager (swipe to scroll) and ViewFlipper (custom animation). It's important that the animation gives a live feedback to the user's finger movement, not just plays after a swipe has been completed.
Some examples:
- http://www.youtube.com/watch?feature=player_embedded&v=BcloiEZa1iI
- ICS launcher tilt effect
- Card deck effect in ICS launcher menu
- Cube effect of custom launchers
Any idea on how to generally override the swipe animation in a ViewPager?