database - What are some of the ways to store data using Cordova/PhoneGap/Ionic? -


So as the title suggests, Cordova wanted to know some ways to store various data on apps, How works because local storage is a browser thing, but does this work when applicable to the original app on the phone? Can you use something like SQLite for large amounts of information and models?

Edit: After some more research, the phonegap will be the best solution to use in the environment

It takes advantage of the angular service, which will try to use the strongest solution to save your data, but then on simple, more relevant options.

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -