Horizontal RecyclerViews inside vertical RecyclerView scrolling jerks

后端 未结 3 1826
醉酒成梦
醉酒成梦 2020-12-30 11:06

I am using a layout in which I used multiple RecyclerViews (Horizontal) as a item view of RecyclerView. The problem is that the vertical scrolling is not as smooth as I am e

3条回答
  •  滥情空心
    2020-12-30 11:50

    Try to notifydatasetChanged() in onbindViewHolder() not setAdapter(). SetAdapter() is more time consuming than notifying datset change.

提交回复
热议问题