kamal_tech_view
kamal_tech_view

Reputation: 4255

local database synchronized with the remote webservice database

I am working in the application where the data is stored directly to the local storage and when the user save the data, it will save in the local database first then if the internet connection is provided then the local database is synchronized with the web service database.

Upvotes: 1

Views: 462

Answers (1)

ddmytrenko
ddmytrenko

Reputation: 824

You can build json "dialog" between your client app and webservice just using http post requests.

Upvotes: 1

Related Questions