ShamylZakariya/StickyHeaders

How to get lastVisibleItem?

Opened this issue · 2 comments

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().

Hey, did you get any solution?

I wanted to implement load more recyclerview. I achieved it using PagedLoadScrollListener. Refer Paged Scrolling in the demo app.