Skip to main content

Posts

Showing posts with the label android-viewpager

Viewpager with multiple views inside like "Pulse” app strip

I'm using ViewPager according to this wonderful tutorial: http://thepseudocoder.wordpress.com/2011/10/05/android-page-swiping-using-viewpager/ This tutorial show how to display only one "page" or view in every time/swip. How can I make something like the strip in Pulse app: That have the snapping effect like ViewPager but can have multiple views inside?