drakeet / MultiType

Flexible multiple types for Android RecyclerView.
Apache License 2.0
5.76k stars 751 forks source link

我该如何在 ItemViewDelegate 中操作 items ? #321

Closed RDSunhy closed 3 years ago

RDSunhy commented 3 years ago

类似于QQ音乐app这个模块,recyclerview嵌套,切换tab 下面的横向recyclerview的数据更新。 想的是给tablayout 设置点击时间 修改 adapter.items 但是我在 ItemViewDelegate 里操作数据 调用 notifyXXX() 不起作用。 另外:想请教一下 这种布局 用 tablayout + recyclerview 实现 合适吗? image

drakeet commented 3 years ago

但是我在 ItemViewDelegate 里操作数据 调用 notifyXXX() 不起作用。

能否提供能够复现此情况的示例程序?

drakeet commented 3 years ago

由于没有回复,将关闭这个 issue,如果有后续进展,再 reopen。