/BasicRecyclerAdapter

A library supported multiple type, header, footer features in recyclerview easily for android.

Primary LanguageJavaApache License 2.0Apache-2.0

BasicRecyclerAdapter

A library supported multiple type, header, footer features in recycler view easily for android.

repositories {
    jcenter()
}
dependencies {
    compile 'com.github.thinwonton:basicrecycleradapter:1.1.0'
}