10

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 using it? I am somewhat new to programming and android. Basically I need to use horizontal paging for an app on which I am working on right now.

I need step by step instruction guide for this.

Community
  • 1
  • 1
Steven
  • 833
  • 3
  • 11
  • 18

2 Answers2

13

Try this site - Page swiping using ViewPager

This will help you to implement view pager step by step.

ViewPager Example

Praveenkumar
  • 24,084
  • 23
  • 95
  • 173
AkashG
  • 7,868
  • 3
  • 28
  • 43
1

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.

Tsunaze
  • 3,204
  • 7
  • 44
  • 81