mirror of
https://github.com/AdrianKuta/Expandable-RecyclerView.git
synced 2025-04-20 07:29:02 +02:00
14 lines
890 B
Markdown
14 lines
890 B
Markdown
# Multilevel Expandable RecyclerView
|
|
|
|
[](https://search.maven.org/artifact/com.github.adriankuta/expandable-recyclerView)
|
|
[](https://github.com/AdrianKuta/Expandable-RecyclerView/blob/master/LICENSE)
|
|
[](https://circleci.com/gh/AdrianKuta/Expandable-RecyclerView)
|
|
|
|
<img src="https://github.com/AdrianKuta/Expandable-RecyclerView/blob/master/Demo.gif" width="720" />
|
|
|
|
This RecyclerViewAdapter use Tree(Data Structure) to keep all objects.
|
|
## Download
|
|
|
|
implementation "com.github.adriankuta:expandable-recyclerView:$latest_versions"
|
|
|
|
|