I am making an Android application project using HTML5, CSS, JS and PhoneGap but I don't understand how to sync data between my application and my MySQL database.
How can data be synced between MySQL and an Android application?
I am making an Android application project using HTML5, CSS, JS and PhoneGap but I don't understand how to sync data between my application and my MySQL database.
How can data be synced between MySQL and an Android application?
Set up a server, could be Apache with PHP and MySQL installed. Create the tables and add the data. Then in your PhoneGap app, use AJAX to pull those data.