質問

I am working on an application which requires synchronization of SQLite data from an Android device to MySQL database on desktop Windows PC I have no idea how to do this.

Please give me some reference of example codes or tutorials. I am searching on the internet but did not find tutorials or source code.

役に立ちましたか?

解決

You have to create a web service on server side (in any language, such as PHP, Java or .Net) then use HttpUrlConnection in your Android app (you can google how to connect or send data to web service).

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top