Stream: implementers
Topic: Mobile offline caching/sync
Simon Woodside (Feb 03 2017 at 05:31):
We have the need to implement offline data sync in a mobile app, so that we can store data that we've accessed locally, view and make changes when offline, and then push the changes back up when connectivity is restored (and deal with potential conflicts). There's some great library code available for mobile, does any of it deal specifically with offline caching / sync?
Brian Postlethwaite (Feb 03 2017 at 05:34):
Which platform are you looking at?
Simon Woodside (Feb 03 2017 at 21:53):
.NET ideally, but I'm interested in anything that can be run on mobile.
Last updated: Apr 12 2022 at 19:14 UTC