Android代码-Recyclerview适配器库 – 只需3行代码即可创建Adapter。

时间:2022-08-26 02:35:35
【文件属性】:

文件名称:Android代码-Recyclerview适配器库 – 只需3行代码即可创建Adapter。

文件大小:2.11MB

文件格式:ZIP

更新时间:2022-08-26 02:35:35

Android代码

EasyAdapter Based on Android Data Binding Create your recyclerview adapter in just 3 lines. > RecyclerView is mostly used android widgets in the Android Project, for that you have to implement an Adapter which provides the items for the view. In most cases it require the same base logic, but require you to write everything again and again.so here is sollution for it. Reduce Boilerplate code to create adapter and holder. you can filter adapter without coding much. You wil have load more feat


【文件预览】:
EasyAdapter-master
----gradlew.bat(2KB)
----gradlew(5KB)
----images()
--------recyclerview-adapter3.png(137KB)
--------recyclerview-adapter4.png(113KB)
--------recyclerview-adapter1.png(101KB)
--------recyclerview-adapter0.png(99KB)
----gradle.properties(726B)
----dclogo.jpg(32KB)
----library()
--------proguard-rules.pro(751B)
--------src()
--------.gitignore(7B)
--------build.gradle(995B)
----app()
--------proguard-rules.pro(751B)
--------src()
--------.gitignore(7B)
--------release()
--------build.gradle(2KB)
----gradle()
--------wrapper()
----.idea()
--------caches()
--------codeStyles()
--------gradle.xml(679B)
--------runConfigurations.xml(564B)
--------misc.xml(2KB)
--------vcs.xml(180B)
----.gitignore(137B)
----.circleci()
--------config.yml(1KB)
----README.md(10KB)
----settings.gradle(28B)
----build.gradle(829B)

网友评论