文件名称:Android代码-可以添加headers和footers的RecyclerView
文件大小:86KB
文件格式:ZIP
更新时间:2022-08-25 23:45:57
Android代码
Bookends A UI widget that allows for headers and footers on lists backed by RecyclerView, for Android. Download Grab the artifact via JCenter. Include JCenter as a repository in your build.gradle file: repositories { jcenter() } And add Bookends to your dependencies: dependencies { compile (group: 'com.tumblr', name: 'bookends', version: '1.0.0', ext: 'aar') } Usage Bookends wraps an adapter that you give it. It works by creating extra view items types that are returned in getItemViewTy
【文件预览】:
Bookends-master
----.gitignore(91B)
----settings.gradle(35B)
----build.gradle(436B)
----bookends()
--------.gitignore(7B)
--------build.gradle(2KB)
--------src()
--------proguard-rules.pro(663B)
----sample-app()
--------.gitignore(7B)
--------build.gradle(617B)
--------src()
--------proguard-rules.pro(663B)
----gradlew(5KB)
----README.md(2KB)
----gradlew.bat(2KB)
----gradle()
--------wrapper()