Skip to content

Sample applications to showcase offline data sync.

Notifications You must be signed in to change notification settings

Xamarians/OfflineSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Repository contains two Xamarin.Forms sample applications that store data locally when device is offline and sync to server when connected to internet.

  1. AzureOfflineSyncDemo : Uses azure mobile sdk and connet internally to fetch and store data. Backend service is published in azure
  2. OfflineSyncDemo : Uses own business logic to save data offline and sync data to server when connected to online.
  3. SyncPocService: .Net Core web api used to store data in sql database.

Azure Offline Sync

*Download Android App https://drive.google.com/open?id=1n_kqWbeFc0BQNiauI2SVlgpuBuDMnaGy

Server data can be check from here: http://syncpoc.aspcore.net/Home/Employees

Custom Offline Sync

*Download Android App https://drive.google.com/open?id=19RvT90T6edf1z-zf-afzIVWNm_09sodP

Server data can be check from here: http://syncpoc.aspcore.net/Home/Users

Technology Stack

Web Api: Asp.Net Core 2.1
Mobile App: Xamarin.Forms (Android and iOS)
Database: SQLite and MSSql Server
Server: Azure Cloud

About

Sample applications to showcase offline data sync.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages