An expandable RecyclerView for Android
View Demo
·
Report Bug
·
Request Feature
Table of Contents
I will write more later 😄
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
To get a Git project into your build:
-
Add the JitPack repository to your build file
Add it in your root build.gradle at the end of repositories:
allprojects { repositories { ... maven { url 'https://jitpack.io' } } }
-
Add the dependency
dependencies { implementation 'com.github.as1k:ExpandableRecyclerView:0.1.1' }
To get a Git project into your build:
- Add the JitPack repository to your build file
<repositories> <repository> <id>jitpack.io</id> <url>https://jitpack.io</url> </repository> </repositories>
- Add the dependency
<dependency> <groupId>com.github.as1k</groupId> <artifactId>ExpandableRecyclerView</artifactId> <version>0.1.1</version> </dependency>
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Your Name - @asikn - nurmukhambet.ak@gmail.com
Project Link: https://github.com/as1k/ExpandableRecyclerView