In the previous article we got basic cloud save and restore working. In this concluding article in the series we’ll look at handling conflicts in our data.
Category: Cloud Save
Cloud Save – Part 2
Previously in this series we got a basic project set up to use Google Play services. In this article we’ll start implementing Cloud Save to persist our app state across multiple devices.
Cloud Save – Part 1
In a previous series on Styling Android we looked at persisting data using the Data Backup APIs. However the Google documentation suggests that this technique is unsuitable for persisting app state across multiple devices, but more for persisting app state when a user replaces a device. At Google I/O 2013 a new API was introduced,…