build codecov

RecyclerAdapterBase

Lazy base adapter to help you develop recycler view faster.

Support header and footer view

header_footer_view

Support load more

load more and footer load more error handling
loadmore_footer load_more_error

Download

compile 'tw.showang.android:recycleradapterbase:1.0.0'

If not found from jCenter, plz includ following script in project build.gradle.

allprojects {
    repositories {
        maven {
            url 'https://dl.bintray.com/showang/AndroidToolkits'
        }
    }
}

Example

Use GitHub Api to show adapter function, you have to register an api key before run the example.

Add GitHub api key into local.properties

github.token= [your api key]