Skip to content Skip to sidebar Skip to footer

Android Sqlite And Desktop Sync

I am unable to figure out what is the best way to achieve a scenario like this: Working on a project that would have android application as client. User will take their device wit

Solution 1:

This is just a way to do what you want, there are more ways to do it but from my point of view is the most accurate and scalable.

You would have to make a webservices server on Java, PHP, etc ... with a database MySQL, MongoDB, etc ... and so the mobile device is synchronized with the database that was the cloud.

Thus after a desktop client would connect to the webservice to bring the data in order to process it on your desktop client.

EDIT:

You can view this post's

Post a Comment for "Android Sqlite And Desktop Sync"