Constantinos Efthymiou
Posts: 0
Joined: Fri May 23, 2014 11:21 am

app in offline mode

I am building an app using appery backend services to store and retrieve data.
My question is, when the user of the app is not connected to the internet, the data will not be retrieved? If yes (which is what I assume) is there a way to store them locally (or cache them?) so that they show when offline?

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

app in offline mode

Hello,

[quote:]
My question is, when the user of the app is not connected to the internet, the data will not be retrieved?
[/quote]
Yes
[quote:]
If yes (which is what I assume) is there a way to store them locally (or cache them?) so that they show when offline?
[/quote]

You can use SQLite DB to to store data locally.
Below tutorials may be helpful:
http://devcenter.appery.io/tutorials/...
http://devcenter.appery.io/tutorials/...

Return to “Issues”