How to make RecyclerView scroll smoothly?

前端 未结 9 1456
-上瘾入骨i
-上瘾入骨i 2020-12-30 21:16

This is more like a generic question, but after lot of search and try I am not able to understand why this is so difficult to achieve. This is the closest answer I can find

9条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-30 22:17

    Use a library as said by other comments in here. Also make sure you do not have Recyclerviews nested within a Scrollview. This was one of the reason why mine previously wasn't so smooth.

提交回复
热议问题