Data.of.find() Delivers only 10 rows

Hey,

I am using this method:
Backendless.Data.of(Consts.TABLE_GIFT_CARDS).find(dataQuery, callback)and getting only 10 rows back, even though the table contains more.Is that a standard behaviour? is there a different way to get all the table content?it’s not a big table, and will contain a maximum of 40 rows
Cheers,Tal

Hi Tal!

Please use approach from these examples and documentation:
https://backendless.com/feature-17-data-paging-or-how-to-efficiently-load-large-data-sets-in-a-mobile-app/
https://backendless.com/documentation/data/android/data_search_and_query.htm
Regards,
Kate.

Great. Thanks