RecyclerView万能适配器BaseRecyclerViewAdapterHelper

功能强大且灵活的RecyclerAdapter

源码地址:BaseRecyclerViewAdapterHelper

框架导入

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

然后在build.gradle(Module:app)的依赖项添加:

dependencies {
            compile 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.30'
    }

 

 

 

 

 

你可能感兴趣的:(Android开发)