Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 715 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 715 Bytes

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