My recyclerview inside NestedScrollView view and recyclerview addOnScrollListener is not working but I need to get recyclerview current visible item position
My experment
I use "layoutmanager.findLastVisibleItemPosition()"
this code but it always showing last position only
Is there any way to enable addOnScrollListener
in recyclerview if it is inside NestedScrollView
This case is not similar to Get visible items in RecyclerView this question please read carefully
The solution provided in that post is working if it is not inside NestedScrollView