• Stars
    star
    179
  • Rank 212,772 (Top 5 %)
  • Language
    Java
  • Created over 7 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A RecyclerView with parallax folding effect.

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