How to get the scrollposition in Recyclerview or the Layoutmanager?
Recyclerview
Layoutmanager
I can measure the scrollposition by adding an OnScrollListener
OnScrollListener
You have to read scrollDy in
scrollDy
public void onScrollStateChanged(RecyclerView recyclerView, int newState)
then you can get recyclerView's scroll position
recyclerView'