I would to like save data locally in the mobile app itself. This data should be available everytime the app is started by the user. Is it possible?
I would to like save data locally in the mobile app itself. This data should be available everytime the app is started by the user. Is it possible?
Yes. You have a number of options where to save data:
That's great!
Since I need to save only limited data for my proof of concept, I would like to use the easiest option. Is there also written documentation or a tutorial for this option?
Hi Robin,
Take a look at here please http://docs.appery.io/tutorials/build...
Local storage would be the simplest option. Local storage is a standard browser API - you should be able to find many resources on the Internet.
Thanks for your clear input
What are the limitations of browser based local storage?
Hi Brian,
You can read about LSV limitaions in following links:
http://stackoverflow.com/questions/27...
http://stackoverflow.com/questions/29...
Also here you can test your browser on LSV limit by this link:
https://arty.name/localstorage.html
Regards.
Hello!
You can find more information online http://stackoverflow.com/questions/29...