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

Direct Share


One of the best things about technology, in my humble opinion, is that it gives users great options to interact and benefit from them. Direct Share can be treated as a great addition to the list of merits, with great, fluid user experience all around the app world. So, what is Direct Share? Well, almost every app today uses some sort of information/data exchange with other applications on the user's device or with the outside world via the sharing mechanism. The sharing mechanism exposes a piece of information from one application to another. Usually, a user will interact with a few close companions (family, close friends, or colleagues), and this is where Direct Share comes to your aid.

Direct Share is about a set of APIs required to make sharing intuitive and quick for users. You define Direct Share targets that launch a specific activity in your app. These targets are shown in the Share menu, allowing faster sharing and fluid data flow.

With Direct Share, users can share content...