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?
Asked
Active
Viewed 444 times
0
-
https://stackoverflow.com/questions/27798212/how-to-add-a-fast-scroller-to-the-recyclerview – AskNilesh Sep 20 '18 at 12:25
1 Answers
0
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

dgngulcan
- 3,101
- 1
- 24
- 26