ConcatAdapter-sample icon indicating copy to clipboard operation
ConcatAdapter-sample copied to clipboard

Multi view type

Open ddthanh198 opened this issue 5 years ago • 3 comments

Cái MergeAdapter này không dùng được cho kiểu các item với các viewtype khác nhau xem kẽ nhau đúng không nhỉ, chỉ được với trường hợp hết item type này rồi mới đến item type khác

ddthanh198 avatar Apr 03 '20 01:04 ddthanh198

@ddthanh198 chắc kiểu tuần tự rồi vì doc nó ghi "A new RecyclerView Adapter that can combine multiple adapters linearly." 👍

hoc081098 avatar Apr 03 '20 02:04 hoc081098

@hoc081098 @ddthanh198 Có cách nào dùng MergeAdapter này multi layout manager ko vậy bạn? Vd merger adapter = listOf(adapterA, adapterB) nhưng mình muốn hiển thị adapterA là list vertical, còn adapterB là dạng grid?

royt93 avatar May 09 '20 14:05 royt93

@tplloi thì dùng GridLayoutMagager nhưng dùng spanSizeLookup để return spanCount cho từng item view type

hoc081098 avatar Jun 01 '20 18:06 hoc081098