Load more item in recycler-view when reached last item in screen.

Updated 31 December 2016

Save

The idea here is to find the position of the last visible item. If that position is equal to the last item of your dataset, then you should trigger a reload.

There are several methods to accomplish it. I am using addOnScrollListener() with my Recycler View when we scrolling our screen the Listener is fired. then we find the last item of recycler view with the help of our Layout Manager.

Here is the code for Listener-

Note- If you are load data from the server then take care, recycler view work with own Thread and server Thread do own work without affecting each other. so control loading with the following condition –

 

 

author
. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


Be the first to comment.

Start a Project


    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home