/ExpandableRecyclerView

An expandable RecyclerView for Android

Primary LanguageKotlinMIT LicenseMIT

Contributors Forks Stargazers Issues MIT License LinkedIn


ExpandableRecyclerView

An expandable RecyclerView for Android
View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact

About The Project

Product Name Screen Shot

I will write more later 😄

Getting Started

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.

Installation (Gradle)

To get a Git project into your build:

  1. 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' }
     	}
     }
    
  2. Add the dependency

     dependencies {
             implementation 'com.github.as1k:ExpandableRecyclerView:0.1.1'
     }
    

Installation (Maven)

To get a Git project into your build:

  1. Add the JitPack repository to your build file
     <repositories>
     	<repository>
     	    <id>jitpack.io</id>
     	    <url>https://jitpack.io</url>
     	</repository>
     </repositories>
    
  2. Add the dependency
     <dependency>
         <groupId>com.github.as1k</groupId>
         <artifactId>ExpandableRecyclerView</artifactId>
         <version>0.1.1</version>
     </dependency>
    

Usage

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Your Name - @asikn - nurmukhambet.ak@gmail.com

Project Link: https://github.com/as1k/ExpandableRecyclerView