RecyclerView that can expand recursively just like (from sample app):
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 is dead simple. just refer to the sample app and you`ll be able to use it within a minute.
- remembering expanding state when the view is recreated
- custom expanding & collapsing animations