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