Have you ever studied the OnPageChangeListener.onPageScrolled(int position, float positionOffset) method that was used as the Swip ViewPager listener? You can do something with positionOffset , its percentage value is from 0 to 1 or a spread informing us about how much of the body of the next page is displayed, process the Last Call list item by this value, set them left -axis in the getView method ( )
------------------ Update 1 on 2014-10-03 ------------------
I am trying to perform this effect, but I cannot get this animated work at this time. I already do that the ListView reported a shift offset (delta) and does everything in my capabilities for its elements, it is going to close the effect that we wanted. But the very difficult part is that we have to figure out how compatible with scrolling or rollover with your finger and directly switching method.
I have been trying for three days to look for the ViewPager rule, check the ViewPager and the ListView source, but it does not return positive. So I push the project on GitHub.
------------------ Update 2 in 2014-10-04 ------------------
The next GIF will explain the animation exactly.

------------------ Update 3 on 2014-10-07 ------------------
Well, it turned out that I was not able to fully reproduce this animation. To be a valuable ending, at least I did my work on the project, I also do my best to get closer to the original effect. Check out my first GitHub update project to complete all the work.
Vincestyling
source share