How to use Android ViewPager?

Possible duplicate:
implementation of android viewPager

Can someone tell me how can I implement ViewPager correctly in my project? I need to know what I can achieve using it? I am a little new to programming and android. Basically I need to use horizontal paging for the application I'm currently working on.

I need a step by step guide for this.

+7
source share
2 answers

Try this site - Scrolling a page using ViewPager

This will help you step by step to implement the presentation pager.

ViewPager Example

+12
source

Made automatically with the new ADT 20, you just need to select "tabs + swipe" in the right section when creating a new Android application. Then you just need to create fragments, for example, Dummy, which they presented to you, for example.

+1
source

All Articles