You are on page 1of 1

Mobile Devices Enterprise Application

Manual Sync

SOAP SERVICE
Initial Data Sync

Save Data The app Check Internet Save/Retrieve


to Local DB
hosts a
service that Connectivity Data to
run in the
background
Central DB
to identify
any changes
in the local
DB and
update the
changes on Auto Sync
server using
REST API

Centralized Database
Local Database
Initial Data Sync – This sync is executed when the app is initialized for the first time and the sync downloads the data from the server in the local database.

Auto Sync – All the CRUD operations are done in the local database and the auto sync is triggered as soon as the network is available and the app syncs the data to the server database.
Manual Sync – This sync is available for end users to sync the data manually from the local database to the server database.

You might also like