I have an Android app that fetches huge amount of data from a Mysql server, i'm using php to fetch data.
Using Volley library for network request.
Suppose of i have 100 names I want my app to load data in modules like 10 at a time. once 10 names are loaded i need to send a request again to fetch the next 10 i.e from 11-20 and so on.
Cant find a solution anywhere.
StackOverflow u guys are my last Hope.