2020-01-28 17:55:01 +01:00

15 lines
891 B
Markdown

# Multilevel Expandable RecyclerView
[![maven](https://img.shields.io/maven-central/v/com.github.adriankuta/expandable-recyclerView?style=plastic)](https://search.maven.org/artifact/com.github.adriankuta/expandable-recyclerView)
[![License](https://img.shields.io/github/license/AdrianKuta/Expandable-RecyclerView?style=plastic)](https://github.com/AdrianKuta/Expandable-RecyclerView/blob/master/LICENSE)
[![CircleCI](https://img.shields.io/circleci/build/github/AdrianKuta/Expandable-RecyclerView/master?label=CircleCI&style=plastic&logo=circleci)](https://circleci.com/gh/AdrianKuta/Expandable-RecyclerView)
<img src="https://github.com/AdrianKuta/Expandable-RecyclerView/blob/master/Demo.gif" width="300" />
This RecyclerViewAdapter use Tree(Data Structure) to keep all objects.
## Download
implementation "com.github.adriankuta:expandable-recyclerView:$latest_versions"