Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PhoneGap and Appcelerator store data locally and remotely?

I wonder if I could store data with PhoneGap and Appcellerator both locally and remotely (postgresql in my web application)?

Cause it's gonna be a realtime app that has to sync data between the mobile and remote backend server.

like image 670
never_had_a_name Avatar asked Nov 25 '25 18:11

never_had_a_name


1 Answers

yes you can, with PhoneGap, I am not familiar with Appcellerator.

With PhoneGap you can store to local database

http://phonegap.pbworks.com/Adding-SQL-Database-support-to-your-iPhone-App

Or you can store to the file system

http://phonegap.pbworks.com/JavaScript-API#file

Complete Documentation http://docs.phonegap.com/

like image 184
Aaron Saunders Avatar answered Nov 28 '25 10:11

Aaron Saunders



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!