HeaderViewAdapter可以对已有的RecyclerView.Adapter进行包装,使其具备给列表添加头部和添加尾部的功能。就相当于给RecyclerView扩展了类似ListView的addHeaderView和addFooterView的功能。
Compile Dependencies (2)
| Category/License | Group / Artifact | Version | Updates | |
|---|---|---|---|---|
Android Platform
Apache 2.0
| com.android.support
»
appcompat-v7 Provides backwards-compatible implementations of UI-related Android SDK functionality, including dark mode and Material ... | 25.3.1 | 1.8.0 | |
Android Package
Apache 2.0
| com.android.support
»
recyclerview-v7 Display large sets of data in your UI while minimizing memory usage. | 25.3.1 | 1.4.0 |