Skip to content

Library for android to add multiple types of rows into a recyclerview

Notifications You must be signed in to change notification settings

raag/MultipleRowAdapter

Repository files navigation

MultipleRowAdapter

Multiple row adapter is a library for android that allows you to add multiple types of rows into a recyclerview.

Installation.

The first step is to add jitpack as repository in your project, open your root build.gradle file and add the following line in repositories section:

allprojects {
    repositories {
        ...
	maven { url 'https://jitpack.io' }
    }
}

The next step is to add the library as dependency, open your build.gradle file in your app module as follows:

dependencies {
    implementation 'com.github.raag:MultipleRowAdapter:0.5.6beta'
}

About

Library for android to add multiple types of rows into a recyclerview

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages