ParallaxRecyclerView
A RecyclerView with parallax folding effect.
Usage
Add the dependencies to your gradle file:
dependencies {
implementation 'com.nanbox:ParallaxRecyclerView:1.1.0'
}
In the layout file, replace the RecyclerView with ParallaxRecyclerView:
<com.nanbox.parallaxrecyclerview.ParallaxRecyclerView
android:id="@+id/rv"
android:layout_width="match_parent"
android:layout_height="match_parent" />