Skip to content Skip to sidebar Skip to footer

Swipe Pages In Android

I have a question that I want to Swipe Screens with touch in Horizontal Manner with Many Pages. Means the background of all these pages are same but Pages over that are different.

Solution 1:

What do you want is a ViewFlipper that android has it since day one.

1) the doc is right here: ViewFlipper Doc

2) Someone asked similar question before here:ViewFlipper Stackoverflow

Solution 2:

You should do a Gallery or an HorizontalListView (which is not a component from android framework). You can always set a background and the component deals with the swiping behaviour for you !

Solution 3:

I think you need ViewPager. You can use it after install android compatible packages. you can get detail infomation from here.

Post a Comment for "Swipe Pages In Android"