Book Image

Android 6 Essentials

By : Yossi Elkrief
Book Image

Android 6 Essentials

By: Yossi Elkrief

Overview of this book

Android 6 is the latest and greatest version of the Android operating system, and comes packed with cutting edge new features for you to harness for the benefit of building better applications. This step-by-step guide will take you through the basics of the Android Marshmallow permissions model and beyond into other crucial areas such as the Audio,Video,Camera API and Android’s at work features. Learn how to create, deploy, and manage Android applications with Marshmallow’s API and the latest functionalities. The combination of instructions and real-world examples will make your application deployment and testing a breeze.
Table of Contents (16 chapters)
Android 6 Essentials
Credits
About the Author
Acknowledgments
About the Reviewer
www.PacktPub.com
Preface
Index

Chapter 3. Apps' Auto Backup

Have you ever taken the time to set up an app on your phone, use it for a while, pour in a lot of content, and switch phones due to a mishap just to discover that your data and settings have gone with the wind?

One of the key features of Android Marshmallow is that it supports full automatic data backup and restore for user apps. This improves the user experience, makes the overall engagement more fun, and shortens the boarding time for multiple devices. Like we discussed in the previous chapters, happy users lead to happy developers.

You can unload the burden of setting up a new device; it doesn't matter whether it's an added device or a replacement. The user will end up with the same app configuration and data, allowing work to be more device-agnostic. For this feature to be enabled on your applications, you must target the Android Marshmallow SDK's version 23; no extra code is needed by default even though you can configure the feature and allow specific behavior...