How shoId I make an Android-app, synchronized with my server? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How shoId I make an Android-app, synchronized with my server?

I am working on an Android-app, which uses sqlite. I want to make possible the synchronization of my app's database with the database on my server in order to automatically get all the updates made on the website. Does anyone have any ideas how shoId I organize this connection between the app's and the server's databases? I have only some vague considerations on this account, so I would be grateful for every piece of advice. Thanks.

23rd Mar 2017, 2:04 AM
Alexander
Alexander - avatar
1 Answer
+ 1
Almost all are using api. Built your own api on your server. And fetch data from it to your app. By using good framework like lumen or other which support api building very easily.
23rd Mar 2017, 2:09 AM
Aditya kumar pandey
Aditya kumar pandey - avatar