how to add items from server to Recyclerviewe when click on Load More?

20 Views Asked by At

i want to load data from server with limit 10 then when user scrolls to the end of the list , new data(json) with limit 10 load and add to RecyclerView how can i do that

0

There are 0 best solutions below