Refresh

This website github.com/tuuzedarchive/ListAdapter/tree/571a370145827b558418faf0754acd238b786772 is currently offline. Cloudflare's Always Online™ shows a snapshot of this web page from the Internet Archive's Wayback Machine. To check for the live version, click Refresh.

Skip to content
This repository has been archived by the owner on Nov 22, 2019. It is now read-only.

tuuzedarchive/ListAdapter

Repository files navigation

ListAdapter

Android RecyclerView Adapter

Download

添加依赖

repositories {
    maven { url 'https://dl.bintray.com/tuuzed/maven' }
}

dependencies {

    // adapter
    implementation 'com.tuuzed.androidx.list:adapter:latest.release'
    implementation 'com.tuuzed.androidx.list:adapter-ktx:latest.release'
    
    // loadmore
    implementation 'com.tuuzed.androidx.list:loadmore:latest.release'
    implementation 'com.tuuzed.androidx.list:loadmore-ktx:latest.release'
    
    // pageable
    implementation 'com.tuuzed.androidx.list:pageable:latest.release'
    
    // preference
    implementation 'com.tuuzed.androidx.list:preference:latest.release'
    implementation 'com.tuuzed.androidx.list:preference-ktx:latest.release'
    
}