Mixiaoxiao / FastScroll-Everywhere

Add the fast-scroll feature to any scrollable view: RecyclerView, ScrollView, WebView, ListView, GridView, etc. 为任意可滑动的View添加快速滑动,是的,任意。
85 stars 17 forks source link

Force Stop #2

Open Hitexroid opened 8 years ago

Hitexroid commented 8 years ago

Sorry for my English !

when i have 40.000 item in recyclerview , and i scrolling with fast scroll , it slow and force stop

Mixiaoxiao commented 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.

Hitexroid commented 8 years ago

no crash , just that very slow and show message box

YourApp isn't responding. Do you want to close it ?

WAIT | OK

Mixiaoxiao commented 8 years ago

@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.