How to get the scrollposition in Recyclerview or the Layoutmanager?
Recyclerview
Layoutmanager
I can measure the scrollposition by adding an OnScrollListener
OnScrollListener
recyclerView.computeVerticalScrollOffset() does the trick.
recyclerView.computeVerticalScrollOffset()