Open Hitexroid opened 8 years ago
Could you show me the crash log here?
在 2016年11月5日,18:13,Sadeq notifications@github.com 写道:
Sorry for my English !
when i have 40.000 item in recyclerview , and i scrolling with fast scroll , it slow and crash
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
no crash , just that very slow and show message box
YourApp isn't responding. Do you want to close it ?
WAIT | OK
@Hitexroid Your data is too large, when you scroll 1 px by "fast-scroll" the recyclerview needs to scroll many many many many items. The scroll of recyclerview can not keep up with the "fast-scroll"(the recyclerview needs to calculate the height of every item and decoration). This may be the reason.
Sorry for my English !
when i have 40.000 item in recyclerview , and i scrolling with fast scroll , it slow and force stop