Is there a possibility to display two pages at the same time, when using a ViewPager? I\'m not looking for an edge effect, but rather for two full
ViewPager
See that blog entry.PagerContainer technique is solved my problem.
EDIT: I found same answer. How to migrate from Gallery to HorizontalScrollView & ViewPager?