A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
Q
- QuickAdapterHelper - class in com.chad.library.adapter.base
- 用于组合 Adapter 的帮助类,生成一个 ConcatAdapter。结构如下:
|-----------------------------------------------------------------| | | | leadingLoadStateAdapter 或者 BeforeAdapter | | | |-----------------------------------------------------------------| | | | | | contentAdapter(内容) | | | | | |-----------------------------------------------------------------| | | | trailingLoadStateAdapter 或者 AfterAdapter | | | |-----------------------------------------------------------------|使用时,请获取此 Helper 提供的 Adapter:ConcatAdapterval helper = QuickAdapterHelper.Builder(...).build() recyclerView.adapter = helper.adapter - QuickAdapterHelper.Builder - class in com.chad.library.adapter.base.QuickAdapterHelper
- Builder 通过 "向前加载"、"向后加载"、主要内容Adapter,构建 QuickAdapterHelper
- QuickDragAndSwipe - class in com.chad.library.adapter.base.dragswipe
- QuickGridLayoutManager - class in com.chad.library.adapter.base.layoutmanager
- grid layout manager.
- QuickViewHolder - class in com.chad.library.adapter.base.viewholder
- Quick-use ViewHolder class 快速使用的 ViewHolder 类