FAULT = '1025' [Invalid pagesize. Page size cannot be greater than 100.]

I would like to ask that so it basically cannot go over 100 ? i would like to load for a tableview like everytime the user scroll down to the bottom it will load 15 more .

Page size cannot be greater than 100, just like the error says.

So can you teach me that how can i load for a table ? Like If User scroll i would like to load 15 more item for and it previous item already been saved to an array .

I think i have an idea for it thanks anyway

You can see an example of data paging here: https://backendless.com/feature-17-data-paging-or-how-to-efficiently-load-large-data-sets-in-a-mobile-app/