Android代码-ArrayAdapter

时间:2022-08-27 13:01:04
【文件属性】:

文件名称:Android代码-ArrayAdapter

文件大小:72KB

文件格式:ZIP

更新时间:2022-08-27 13:01:04

Android代码

ArrayAdapter for RecyclerView RecyclerView doesn't ship a ready to go RecyclerView.Adapter implementation as ListView did with the ArrayAdapter. This library is this missing ArrayAdapter. Easy to use Familiar API known from ArrayAdapter for ListView Notifies the RecyclerView correctly about changes (notifyItem*()) for smooth animations Use swap(List newItems) to swap data. DiffUtils takes care of notifyItem*() calls Download dependencies { compile 'com.pascalwelsch.arrayadapter:arrayadapt


【文件预览】:
ArrayAdapter-master
----.gitignore(562B)
----gradle()
--------wrapper()
----README.md(4KB)
----build.gradle(931B)
----arrayadapter()
--------.gitignore(7B)
--------build.gradle(2KB)
--------proguard-rules.pro(940B)
--------src()
----gradlew.bat(2KB)
----gradlew(5KB)
----gradle.properties(730B)
----LICENSE.txt(11KB)
----.travis.yml(1KB)
----settings.gradle(24B)

网友评论