-4

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?

DreamTeK
  • 32,537
  • 27
  • 112
  • 171

1 Answers1

0

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.

James Wong
  • 4,529
  • 4
  • 48
  • 65