We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Resolving Conflicts in Collaborative Occasionally Connected Mobile Apps

Formal Metadata

Title
Resolving Conflicts in Collaborative Occasionally Connected Mobile Apps
Title of Series
Number of Parts
163
Author
License
CC Attribution - NonCommercial - ShareAlike 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal and non-commercial purpose as long as the work is attributed to the author in the manner specified by the author or licensor and the work or content is shared also in adapted form only under the conditions of this
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
In collaborative apps, a change made on one device appears on another. Data flows seamlessly across devices. But those devices aren't always connected. And even when they are, users don't want to wait for a network connection before they can see or work with their data. So data needs to be stored locally, and synchronized in the background. If users make different changes while offline, they create a conflict. Learn the patterns to detect and resolve those conflicts. Build a universal app where the phone and tablet share a common data model. That model is synchronized through a cloud service and into local storage. Project that storage through the view model, and data bind it to the view.