ParallaxRecyclerView

Additional

Language
Java
Version
N/A
Created
Feb 4, 2017
Updated
Jun 4, 2019 (Retired)
Owner
NanBox
Contributors
Haitham sboui (haithamsboui)
NanBox
2
Activity
Badge
Generate
Download
Source code

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" />