Possible Duplicate:
How to make an Android view that flips between views on swipe/fling
I want to implement an application that has multi pages and swipe between them (like the market place).
I tried to use Gallery, but that does not offer a lot of options. Also I tried multi Activities with swipe Animation.
How to swipe between multi pages using touch with Android?