RecyclerAdapter:简单易懂的 RecyclerView adapter 封装

时间:2021-04-14 10:50:12
【文件属性】:
文件名称:RecyclerAdapter:简单易懂的 RecyclerView adapter 封装
文件大小:1.24MB
文件格式:ZIP
更新时间:2021-04-14 10:50:12
kotlin adapter dsl recycleradapter viewbinding RecyclerAdapter 简单易懂的 RecyclerView 通用 adapter 封装 Intention 需要迁移到 AndroidX,封装实现方法很简单,代码也很少。 Installation Add it in your root build.gradle at the end of repositories: allprojects { repositories { ... maven { url 'https://jitpack.io' } } } add the dependency to your build.gradle: implementation 'com.github.nukc:RecyclerAdapter:1.3.0' 如需使用 DSL,再依赖此拓展, if need DSL。 kotlinx.android.synth
【文件预览】:
RecyclerAdapter-dsl
----.travis.yml(986B)
----gradlew.bat(2KB)
----gradlew(5KB)
----art()
--------10e.jpg(74KB)
--------banner.png(1.05MB)
----gradle.properties(782B)
----recycleradapter()
--------proguard-rules.pro(659B)
--------src()
--------.gitignore(7B)
--------build.gradle(1KB)
----README-synthetic.md(7KB)
----app()
--------proguard-rules.pro(659B)
--------src()
--------.gitignore(7B)
--------build.gradle(2KB)
----README-old.md(4KB)
----gradle()
--------wrapper()
----.gitignore(131B)
----dependencies.gradle(257B)
----README.md(7KB)
----bintray.gradle(3KB)
----settings.gradle(59B)
----LICENSE.txt(11KB)
----build.gradle(824B)
----recycleradapter-dsl()
--------proguard-rules.pro(751B)
--------src()
--------consumer-rules.pro(0B)
--------.gitignore(7B)
--------build.gradle(1KB)

网友评论