RecyclerExt icon indicating copy to clipboard operation
RecyclerExt copied to clipboard

Callback for FastScroll state

Open brianwernick opened this issue 9 years ago • 0 comments

Currently event when the user is scrolling very quickly every view needs to be bound (because we don't know the scroll velocity). It would be nice to have a callback informing us when the RecyclerView is being scrolled quickly and exits being scrolled quickly (i.e. after a specified velocity the event is triggered).

This would allow us to not-rebind views when quickly scrolling (allowing for performance optimizations)

brianwernick avatar Oct 13 '16 19:10 brianwernick