I am doing a project where i have to call an api on scolling event of recyclerview to get new set of question list from server.
Please guide me , I will be thankful to you.
I am doing a project where i have to call an api on scolling event of recyclerview to get new set of question list from server.
Please guide me , I will be thankful to you.
For pagination in recyclerview use addOnScrollListener() method, you will get the answer here How to call api on recyclerview scrolling?