Is there any way to download a certain amount of rows from JSON
?
I have a MySQL
database converted to JSON.
The JSON
data is large and more than 1000 rows. obviously, i cannot download and parse all of them into my SQLite database
in android at once.
I need to download a few rows and load more on Recyclerview scrolling
. How can i tell volley to load a few of JSON rows not all of them?