Retrofit 2 — Pagination Using Query Parameter
Requesting data from API endpoints that might respond with large datasets is obviously bad practice. Breaking down massive information packets into smaller chunks is the idea behind pagination. There’s no de facto standard on how to implement pagination on server-side and therefore, clients have to adapt to the solution …
Continue Reading