Page 1 of 1

Save data locally in mobile app

Posted: Wed Sep 25, 2013 3:45 pm
by Robin van Oeveren

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?


Save data locally in mobile app

Posted: Wed Sep 25, 2013 5:29 pm
by maxkatz

Yes. You have a number of options where to save data:

  • Browser's local storage
  • SQLite database
  • IndexedDB database

Save data locally in mobile app

Posted: Wed Sep 25, 2013 5:48 pm
by Robin van Oeveren

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?


Save data locally in mobile app

Posted: Wed Sep 25, 2013 5:53 pm
by Kateryna Grynko

Hi Robin,

Take a look at here please http://docs.appery.io/tutorials/build...


Save data locally in mobile app

Posted: Wed Sep 25, 2013 5:53 pm
by maxkatz

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.


Save data locally in mobile app

Posted: Thu Sep 26, 2013 8:40 am
by Robin van Oeveren

Thanks for your clear input


Save data locally in mobile app

Posted: Wed Sep 03, 2014 1:16 am
by Brian Ward

What are the limitations of browser based local storage?


Save data locally in mobile app

Posted: Wed Sep 03, 2014 1:29 am
by Yurii Orishchuk

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.


Save data locally in mobile app

Posted: Wed Sep 03, 2014 11:18 am
by Maryna Brodina

Hello!

You can find more information online http://stackoverflow.com/questions/29...