I'm building an android project which creates a SQLite database, stores some data in it and everything is fine.
I need my application to sync this data with a SQL database server located on a PC. The question is:
- Can I do that?
- What is the best practice for doing that?