Recycler View loading very slow for large data when inside NestedScrollView

后端 未结 3 1533
执笔经年
执笔经年 2021-02-05 20:45

I have added RecyclerView inside my NestedScrollView. Basically I want RecyclerView to scroll with other Views. The problem that I am facing is that fo

3条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-05 21:18

    As said by Nancy , recyclerview.setNestedScrollingEnabled(false); will solve scroll stuck issue. i too faced this type of issue and solved by false the NestedScroll.

提交回复
热议问题