I need to fetch some data from an API and display the data in a ListView. I succeeded getting the JSON string from the API, but that's only part of the data, there is more. How can I fetch the rest of the JSON? Should it be handled at the client side? Should I use a different URL to fetch more data? Thank you in advance.
Yes it will be handled in client-side. Just change the page number in API url to get the next set of JSON data.
See the page attribute in url :
https://api.github.com/resource?page=2>;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With