How to make RecyclerView scroll smoothly?

前端 未结 9 1405
-上瘾入骨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:01

    You need to use the "Picasso" library to load image asynchronously, and also make sure that the size of the image which you load is similar to the size of image view in the layout, using the fit() function. Also, if you are using a recycler view inside the scroll view, make sure to set nested scrolling to false.

    I solved my issue using the above three methods

提交回复
热议问题