make an android app that can sync with MySQL database

Jean Maanviss

Honorable
Aug 18, 2013
2
0
10,510
I want to connect my database (MySQL) runing on windows/Linux with my Android application via the wifi. what do you think ? I mean is it possible? if yes, where should I find the source to build this kind of application ..?

Alright, say .. I want to make an android application that can syncronize it's data with PC via wifi or Bluetooth ..

Ok, I know .. this is a weird question but thank for the attentions. :bounce:
 
Solution


You can get the MySQL JDBC connector from the MySQL website. Build that into your android application as desired.

Then, setup MySQL on a host that is accessible from your handset and voila.

Pinhedd

Distinguished
Moderator


You can get the MySQL JDBC connector from the MySQL website. Build that into your android application as desired.

Then, setup MySQL on a host that is accessible from your handset and voila.
 
Solution

Jean Maanviss

Honorable
Aug 18, 2013
2
0
10,510


Thanks I'll try ...