Skip to content

js-bonin/RecursiveRecyclerView

 
 

Repository files navigation

RecursiveRecyclerView

RecyclerView that can expand recursively just like (from sample app):

alt tag

Installation

Add the JitPack repository to your build file

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

Add the dependency

dependencies {
    compile 'com.github.itsnothingg:RecursiveRecyclerView:1.0.0'
}

Implementation

implementation is dead simple. just refer to the sample app and you`ll be able to use it within a minute.

Todo

  • remembering expanding state when the view is recreated
  • custom expanding & collapsing animations

About

RecyclerView that can expand recursively

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%