Robin van Oeveren
Posts: 0
Joined: Wed Sep 25, 2013 3:45 pm

Save data locally in mobile app

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?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Save data locally in mobile app

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

  • Browser's local storage
  • SQLite database
  • IndexedDB database
Robin van Oeveren
Posts: 0
Joined: Wed Sep 25, 2013 3:45 pm

Save data locally in mobile app

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?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Save data locally in mobile app

Hi Robin,

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Save data locally in mobile app

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.

Robin van Oeveren
Posts: 0
Joined: Wed Sep 25, 2013 3:45 pm

Save data locally in mobile app

Thanks for your clear input

Brian Ward
Posts: 0
Joined: Wed Sep 03, 2014 1:16 am

Save data locally in mobile app

What are the limitations of browser based local storage?

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Save data locally in mobile app

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Save data locally in mobile app

Hello!

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

Return to “Issues”