How to get all reacords in a table

http://support.backendless.com/public/attachments/9641480c1f24d0c55887d1cd898ab392.png</img>
This ai my Database and in Table Wallpapers I want to load all records from sever to Android. What i have to do?

You need to use paging. Here’s the doc for Android for example https://backendless.com/docs/android/doc.html#data_data_paging

I read it but not undestand, can you tell me more detail. So load with scroll in list?

Did the pictures in the documentation make sense?

Yeah, i understand. But i When i have 1000 values, i can’t upload more or sever will delete oldest value?

No, server will not delete anything by itself. When you reach a limit, you will get an email notification about it. There are 3 notifications - when you reach the 80% of the limit, then 90% and then 100%. If the limit is not increased (by switching to a another plan) and if you do not remove any records, the API calls in your app will be blocked.

Thank you