Possible Duplicate:
Android - Can View Pager have multiple views in per page?
I'm using ViewPager according to this wonderful tutorial:
http://thepseudocoder.wordpress.com/2011/10/05/android-page-swiping-using-viewpager/
This tutorial shows 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?