I'm building an Android health & fitness app and would like to store some health data.
To be able to use the app without internet connection I'm using the Parse Local Datastore exactly as described here: https://parse.com/docs/android_guide#localdatastore-caching
Everything works fine as long I have less then 100 ParseObjects pinned to the Local Datastore. If I have more ParseObjects, only the first 100 will be loaded.
So I would like to know if there's a way to increase the maximum number of ParseObjects I can pin to the Local Datastore or some kind of workaround?