SyncWinRT
SyncWinRT copied to clipboard
Implementation of the old Sync Framework for Windows Phone, Windows Store apps, iOS and Android (thx to Xamarin)
SyncWinRT
This project is the WinRT implementation of the Sync Framework Toolkit to enabled synchronization with WinRT or Windows Phone 8 and SQLite.
this toolkit works for :
- Windows Phone 8.0 and 8.1 (Silverlight)
- Windows Store apps (WinRT)
- Windows Phone 8.1 (WinRT)
- iOS (thanks to Xamarin)
- Android (thanks to Xamarin)
You can install the toolkit from Nuget : https://github.com/Mimetis/SyncWinRT (See tutorials for more informations) And here is a full sample [Fabrikam Universal Application Sample](http://www.dotmim.com/sitefiles/Fabrikam Sample Universal.zip)
Portable Class Library / SQLite 3.8.6.0
This new realease implement some new features:
- Upgrade to 3.8.6.0 (SQLite version)
- Implement PCL support
- Support for Windows Phone 8.1 WinRT
- Create a full sample based on Universal Application
The current version works for Universal Application and Windows Phone Silverlight 8
Windows Runtime 8.1 / SQLite 3.8.4.3
This new release of the WinRT implementation of the Sync Toolkit will add some new features:
- Upgrade to support SQLite Version 3.8.4.3
- Nuget package integration : http://www.nuget.org/packages/SyncClient.SQLite
- Out of the box Platforms support (x86, x64 and ARM)
- Using of SQLitePCL nuget package from MSOpenTech : https://sqlitepcl.codeplex.com/ instead of SQLite-WinRT
- Correction of a server bug occuring in batch mode and the client disconnect during process
- Adding support for TimeSpan type (mapped to time(7) on sql server)
- Adding events to track the synchronization process
- Adding support for iOS and Android
Don’t forget to read the documentation tab tutorial to see how to install the toolkit :)
Introduction
This version of the Sync Toolkit adds support for synchronization with WinRT and Windows Phone 8 :
In the sources provided website, you will find 2 samples including a simple HelloWorldSync and a complete sample Fabrikam, with CRUD operations and synchronization.
Setup
To create a “synchonizable application” that will work on Windows Store apps and Windows Phone 8, you will find in the documentation tab a full tutorial (still in progress)
Here is the pages from the Wiki :
- Installation : Get the Sync Toolkit and required SDK
- [Generate server and client code] (https://github.com/Mimetis/SyncWinRT/wiki/02-Generate-Server-and-Client-code)
- Create a simple application
- Create a filtered application
- How to manage conflicts
If you want more information, don’t forget to check my blog : Msdn Mim’s blog