RecyclerView laggy scrolling

后端 未结 13 779
闹比i
闹比i 2020-12-09 09:44

I am loading 400x200 images in RecyclerView, but scrolling is laggy on 2k devices. I am using Picasso for loading images from resource.

As you can see in the demo ima

13条回答
  •  南方客
    南方客 (楼主)
    2020-12-09 10:20

    I had laggy recyclerView issue when one of the textView within the recyclerView was receiving null values. I fix this and my recyclerView stopped lagging.

提交回复
热议问题