Describe the bug
Hello author. Thanks for your hard work on this project.
I use this library on my project anywhere list
It's very friendly to use.
but now. I use recyclerview + groupie+glide to load Pictures of Device。
when I scroll recyclerview , load data by page,every page load 60 pictures.
load more than 800 pictuers. I found scroll is a little hard and recyclerview scroll is slow.
when load all pictures(more than 1500) , if want to scroll to top of recyclerview is very hard.
every times update view with groupieAdapter.update() function after load data
I test below case:
-
comment all code in bind() function in BindableItem file. **This issue can reproduce.**
-
use same data load logic , and use recyclerview +ListAdapter(androidx.recyclerview.widget.ListAdapter). (same xml layout file) **This issue not reproduce**
To Reproduce
Use RecyclerView + Groupie load big data(more than 1500)
Expected behavior
scroll should be smooth and it's not stuck
Library version
RecyclerView 1.1.0
Goupie 2.8.1
Additional context
Add any other context about the problem here.
Describe the bug
Hello author. Thanks for your hard work on this project.
I use this library on my project anywhere list
It's very friendly to use.
but now. I use recyclerview + groupie+glide to load Pictures of Device。
when I scroll recyclerview , load data by page,every page load 60 pictures.
load more than 800 pictuers. I found scroll is a little hard and recyclerview scroll is slow.
when load all pictures(more than 1500) , if want to scroll to top of recyclerview is very hard.
every times update view with groupieAdapter.update() function after load data
I test below case:
To Reproduce
Use RecyclerView + Groupie load big data(more than 1500)
Expected behavior
scroll should be smooth and it's not stuck
Library version
RecyclerView 1.1.0
Goupie 2.8.1
Additional context
Add any other context about the problem here.