Hai I'm developing an application which will show some data in recycler view by parsing JSON.
For example if I have very large JSON response, I need my application to fetch only first 10 objects of JSON. When user scrolls down, I need to send request again to server to show 10 more.
Same like Facebook comments. It shows more comments when user scrolls down. How can I go this?