Implementing the ViewPager

Looking for improved Android UI experience, I came across the ViewPager. Look at the native Android Market and you will see a ViewPager implementation in action.

 

Basically you can implement scrolling sets of views. It was released as part of the Compatibility Package (revision 3) and can be implemented for Android 1.6 and upwards. Add “Swipey Tabs“, as Kirill Grouchnikov explained, to your implementation and it completes the user experience.

Have a look at this example (made by Peter Kuterna) of an implementation of Swipey Tabs on top of a ViewPager

Leave a Reply

*

captcha *

This site uses Akismet to reduce spam. Learn how your comment data is processed.