Detect fast scroll in recylcer view

495 Views Asked by At

In my project I have RecyclerView with fast scroll and I need show some view only on fast scroll event (not for default scroll events). Is there some way to achieve this?

1

There are 1 best solutions below

0
On

If you mean fling by fast scroll, then you can register a RecyclerView.OnFlingListener to your RecyclerView

Ref: https://developer.android.com/reference/android/support/v7/widget/RecyclerView.OnFlingListener