文件名称:Android代码-Tumblr 出品:解耦 RecyclerView,提高滑动性能。
文件大小:139KB
文件格式:ZIP
更新时间:2022-08-25 22:44:23
Android代码
Graywater: an android library for performant lists Graywater is a RecyclerView adapter that facilitates the performant decomposition of complex and varied list items. It does this by mapping large data models to multiple viewholders, splitting the work needed to create a complex list item over multiple frames. The concept is based off of Facebook's post on a faster news feed and Components for Android, which have been realized as Litho. Tumblr developed Graywater to improve scroll performance, r
【文件预览】:
Graywater-master
----.gitignore(97B)
----gradle()
--------wrapper()
----README.md(23KB)
----graywater()
--------checkstyle-suppressions.xml(334B)
--------.gitignore(7B)
--------build.gradle(1008B)
--------proguard-rules.pro(651B)
--------checkstyle.xml(5KB)
--------src()
----build.gradle(532B)
----gradlew.bat(2KB)
----gradlew(5KB)
----LICENSE(11KB)
----app()
--------.gitignore(7B)
--------build.gradle(1KB)
--------proguard-rules.pro(651B)
--------src()
----CONTRIBUTING.md(890B)
----gradle.properties(855B)
----.idea()
--------runConfigurations.xml(564B)
--------encodings.xml(159B)
--------vcs.xml(180B)
--------misc.xml(2KB)
--------modules.xml(496B)
--------.name(9B)
--------copyright()
--------compiler.xml(686B)
--------gradle.xml(681B)
----settings.gradle(29B)