Hi,
I am working on a project that needs to sync local SQLite database on android device with a remote SQLite database on Raspberry Pi.
Each time I open my android app I must sync my local database with the master database on the Raspberry Pi. Does anyone has done this before ? any recommendations or suggestions ?
I am fixable, I don't have to stick to Raspberry Pi as master database. I can use any kind of web-server to do the job (etc. My PC, Hosting servers).
I have been searching the web on how to do that using PHP, but I haven't found any beneficial source. Besides, I don't know much about PHP.
Or someone have a better idea to sync my local database with the master database ?
I am working on a project that needs to sync local SQLite database on android device with a remote SQLite database on Raspberry Pi.
Each time I open my android app I must sync my local database with the master database on the Raspberry Pi. Does anyone has done this before ? any recommendations or suggestions ?
I am fixable, I don't have to stick to Raspberry Pi as master database. I can use any kind of web-server to do the job (etc. My PC, Hosting servers).
I have been searching the web on how to do that using PHP, but I haven't found any beneficial source. Besides, I don't know much about PHP.
Or someone have a better idea to sync my local database with the master database ?