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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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/