Android Question use mysql externe

sultan87

Active Member
Licensed User
Longtime User
Hello
I wrote an application that uses the sqlite bd stored on my smartphone and synchronized because several people can use the application
I would like to store on a server (eg Free or on a personal server) to avoid synchronizations
I would like to use the mysql bd
how to do
 

DonManfred

Expert
Licensed User
Longtime User
jRDC2 is the suggested solution to use.
 
Last edited:
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
do you have an example?
Check the Tutorial! There is a 27 Minutes Tutorial Video showing all details.

Setup a jRDC2 Server on your Server (VPS) and connect your Clients (your app) to it.

Also all needed Client-Code is described in the jRDC2 Thread. I don´t understand why you are asking for an Example if it is all there!
 
Upvote 0
Top