How To Use Android Viewpager?
Possible Duplicate: android viewPager implementation Can someone please tell me how I can properly implement ViewPager into my project? I need to know what I can achieve by usin
Solution 1:
Try this site - Page swiping using ViewPager
This will help you to implement view pager step by step.
Solution 2:
It's done automatically with the new ADT 20, you just need to choose "tabs+swipe" in the right section when you create a new Android application. Then you'll just have to create fragments, like the Dummy one they gave you for example.
Post a Comment for "How To Use Android Viewpager?"