ViewPager Android Parallax ViewPager Sep 29, 2018 1 min read ParallaxViewPager Android Parallax ViewPager. Usage <com.github.ybq.parallaxviewpager.ParallaxViewPager android:id="@+id/viewpager" android:layout_width="match_parent" android:layout_height="match_parent" pv:interpolator="@anim/decelerate_interpolator" pv:mode="right_overlay" pv:outset="62%" pv:shadow_width="30dp"/> XML Gradle Dependency Add the JitPack repository to your build file allprojects { repositories { ... maven { url "https://jitpack.io" } } } Gradle Add the dependency dependencies { compile 'com.github.ybq:parallaxviewpager:2.0.0' } Gradle GitHub ViewPagerParallax
ViewPager A simple ViewPager with parallax effect a simple ViewPager with parallax effect. 25 May 2018
Instagram Instagram Profile Page Parallax Scrolling Layout Instagram Profile Page Parallax Scrolling Layout 16 October 2022