youlookwhat / ByRecyclerView

🔥 RecyclerView 下拉刷新、上拉松手/自动加载更多、item点击/长按、item局部刷新、头布局/尾布局/状态布局、万能分割线、Skeleton骨架图、极简adapter、嵌套滑动置顶
https://youlookwhat.github.io/ByRecyclerView
Apache License 2.0
798 stars 139 forks source link

支持多布局吗? #2

Closed guoshilun closed 2 years ago

guoshilun commented 4 years ago

支持多布局吗?

youlookwhat commented 4 years ago

可以的,和原生一样,我马上补充一下示例和文档~

guoshilun commented 4 years ago

谢谢,可以用自己的adapter吗?还是只能用项目你们的adapter?谢谢

youlookwhat commented 4 years ago

@guoshilun 可以用自己的adapter 两者可以分开使用的~

youlookwhat commented 4 years ago

@guoshilun https://github.com/youlookwhat/ByRecyclerView/wiki#31-basebyrecyclerviewadapter 补上了多类型adapter的示例,当然你也可以使用自己的adapter实现,都是一样的。

youlookwhat commented 4 years ago

@guoshilun 我又增加了 线性/宫格/瀑布流的 多类型使用示例 MultiTypeItemActivity.java