I want to register a scroll listener on recyclerview and perform some task when user scrolls to the end (or end - n) of the list. Is there any way to get the last visible item or section like LinearLayoutManager's linearLayoutManager.findLastVisibleItemPosition().
I want to register a scroll listener on recyclerview and perform some task when user scrolls to the end (or end - n) of the list. Is there any way to get the last visible item or section like LinearLayoutManager's linearLayoutManager.findLastVisibleItemPosition().