I\'m using Android\'s ViewPager. What I want to do is to show a preview of the page on both the left and the right. I\'ve seen where I can use a negative
In 2017 such behaviour additionally can be easily achieved by using RecyclerView with PagerSnapHelper (added in version 25.1.0 of v7 support library):

Sometime ago I needed such viewpager-like feature and prepared a tiny library:
MetalRecyclerPagerView - you can find all the code along with examples there.
Mainly it consists of a single class file: MetalRecyclerViewPager.java (and two xmls: attrs.xml and ids.xml).
Hope it helps somebody and will save some hours :)