ParallaxPager v2.1.0 Release Notes

Release Date: 2015-02-19 // about 9 years ago
    • New: ParallaxContainer.setOnPageChangeListener() to access page change events of the underlying ViewPager. This means that ParallaxContainer.attachOnPageChangeListener() is now deprecated. You should use the listener setter from above.
    • New: ParallaxContainer.getViewPager() to allow access to the underlying ViewPager for existing code that relies on having a ViewPager instance.