NanBox / ParallaxRecyclerView

A RecyclerView with parallax folding effect.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A RecyclerView with parallax folding effect.


Languages

Language:Java 100.0%