do we have any ways for getting pinning (offline ) functionality for storing the objects locally

i just want to know that we have any way for storing object locally (after retrieving them from backendless’s server ) any 3rd party library or anything ??

On Android you could use sqlite to persist retrieved objects. On iOS, I’d look into using CoreData.

This is something we have on our roadmap to add offline persistence support.

By far the best and fastest nosql store available for android:

Using kryo serialization internally (ultra fast performance).
Includes local data changes observation. (Observer pattern)

thanks

thanks jeans let me check this out

Could you comment if the Offline persistence is 1 month or 1 year away?
Thank you.

Somewhere in between.

Thanks for the quick reply. I look forward to it.

wondering if offline mode is now ready?

No. It’s not