Android 6 Essentials
eBook - ePub

Android 6 Essentials

Yossi Elkrief

Compartir libro
  1. 122 páginas
  2. English
  3. ePUB (apto para móviles)
  4. Disponible en iOS y Android
eBook - ePub

Android 6 Essentials

Yossi Elkrief

Detalles del libro
Vista previa del libro
Índice
Citas

Información del libro

Design, build, and create your own applications using the full range of features available in Android 6

About This Book

  • Learn how to utilize the robust features of Android 6 to design, develop, and publish better Android applications
  • Get useful guidance on creating new apps or migrating existing apps to support features such as app permissions, app links, fingerprint authentication, etc
  • A fast paced guide, packed with hands-on examples that ties all the features such as API, audio, video, camera, tab customization together under a single cover

Who This Book Is For

This book is for Android developers who are looking to move their applications into the next Android version with ease.

What You Will Learn

  • Familiarize yourself with the features of Android 6
  • Code with the new Android permissions model
  • Use apps auto backup and restore lost data automatically
  • Increase user engagement with apps through an assistant using triggers and providing contextual assistance
  • Assess and handle proper usage of the API
  • Work with Audio, Video, Camera in Android 6
  • Utilize the new features in Android for professional purposes
  • Understand and code Chrome's custom tabs

In Detail

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.

Style and approach

This easy-to-follow, step-by-step tutorial provides explanations and examples to add the new Android 6 features to your skill set. Each chapter provides sequential steps and detailed information about the API, as well as best practices and testing options.

Preguntas frecuentes

¿Cómo cancelo mi suscripción?
Simplemente, dirígete a la sección ajustes de la cuenta y haz clic en «Cancelar suscripción». Así de sencillo. Después de cancelar tu suscripción, esta permanecerá activa el tiempo restante que hayas pagado. Obtén más información aquí.
¿Cómo descargo los libros?
Por el momento, todos nuestros libros ePub adaptables a dispositivos móviles se pueden descargar a través de la aplicación. La mayor parte de nuestros PDF también se puede descargar y ya estamos trabajando para que el resto también sea descargable. Obtén más información aquí.
¿En qué se diferencian los planes de precios?
Ambos planes te permiten acceder por completo a la biblioteca y a todas las funciones de Perlego. Las únicas diferencias son el precio y el período de suscripción: con el plan anual ahorrarás en torno a un 30 % en comparación con 12 meses de un plan mensual.
¿Qué es Perlego?
Somos un servicio de suscripción de libros de texto en línea que te permite acceder a toda una biblioteca en línea por menos de lo que cuesta un libro al mes. Con más de un millón de libros sobre más de 1000 categorías, ¡tenemos todo lo que necesitas! Obtén más información aquí.
¿Perlego ofrece la función de texto a voz?
Busca el símbolo de lectura en voz alta en tu próximo libro para ver si puedes escucharlo. La herramienta de lectura en voz alta lee el texto en voz alta por ti, resaltando el texto a medida que se lee. Puedes pausarla, acelerarla y ralentizarla. Obtén más información aquí.
¿Es Android 6 Essentials un PDF/ePUB en línea?
Sí, puedes acceder a Android 6 Essentials de Yossi Elkrief en formato PDF o ePUB, así como a otros libros populares de Ciencia de la computación y Programación de dispositivos móviles. Tenemos más de un millón de libros disponibles en nuestro catálogo para que explores.

Información

Año
2015
ISBN
9781785884412

Android 6 Essentials


Table of Contents

Android 6 Essentials
Credits
About the Author
Acknowledgments
About the Reviewer
www.PacktPub.com
Support files, eBooks, discount offers, and more
Why subscribe?
Free access for Packt account holders
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Downloading the example code
Downloading the color images of this book
Errata
Piracy
Questions
1. Android Marshmallow Permissions
An overview of Android permissions
Permissions
Permission group definitions
Permissions that imply feature requirements
Viewing the permissions for each app
Understanding Android Marshmallow permissions
An overview
Permission groups
Runtime permissions
Taking coding permissions into account
Testing permissions
Coding for runtime permissions
Best practices and usage notes
Minimalism is a great option
Asking for too many permissions at once
Honesty can be a great policy
Need support handling runtime permissions?
Some permissions are normal and safer to use
Summary
2. App Links
The Android Intent system
Creating a website association
Why this file?
Triggering app link verification
App link settings and management
Testing app links
Checking manifest and listing domains
The Digital Asset Links API
Testing our intent
Checking policies using adb
Summary
3. Apps' Auto Backup
An overview
Data backup configuration
Including or excluding data
The backup configuration syntax
Opting out from app data backup
Backup configuration testing
Setting backup logs
Testing the backup phase
Testing the restore phase
Troubleshooting
Important bytes
What to exclude from the backup
BackupAgent and backup events
Summary
4. Changes Unfold
Power-saving modes
The Doze mode
What happens to apps when a device is dozing?
Testing apps with Doze mode
The App Standby mode
What happens to apps when in the App Standby mode?
Testing apps with the App Standby mode
Excluded apps and settings
Tips
Removable storage adoption
Apache HTTP client removal
Notifications
Text selection
Support library notice
Android Keystore changes
Wi-Fi and networking changes
Runtime
Hardware identifier
APK validation
USB connection
Direct Share
What if we have nothing to share?
Direct Share best practices
Voice interactions
The Assist API
Bluetooth API Changes
Bluetooth stylus support
Improved Bluetooth low energy scanning
Summary
5. Audio, Video, and Camera Features
Audio features
Support for the MIDI protocol
MidiManager
Digital audio capture and playback
Audio and input devices
Information on audio devices
Changes in AudioManager
Video features
android.media.MediaSync
MediaCodecInfo.CodecCapabilities.getMaxSupportedInstances
Why do we need to know this?
MediaPlayer.setPlaybackParams
Camera features
The flashlight API
The reprocessing API
android.media.ImageWriter
android.media.ImageReader
Changes in the camera service
Summary
6. Android for Work
Behavioral changes
The work profile contacts display option
Wi-Fi configuration options
The Wi-Fi configuration lock
Work Policy Controller addition
DevicePolicyManager changes
Single-use device improvements
Silently installing/uninstalling apps
Improved certificate access
Automatic system updates
Third-party certificate installation
Data usage statistics
Managing runtime permissions
VPN access and display
Work profile status
Summary
7. Chrome Custom Tabs
What is a Chrome custom tab?
What is WebView?
Customization options
When to use Chrome custom tabs
The implementation guide
Can we use Chrome custom tabs?
Custom UI and tab interaction
The custom action button
Configuring a custom menu
Configuring custom enter and exit animations
Chrome warm-up
Connecting to the Chrome service
Warming up the browser process
Creating a new tab session
Setting the prefetching URL
Custom tabs connection callback
Summary
8. Authentication
The Fingerprint authentication API
How do we use fingerprint authentication?
Setting up for testing
Credentials' Grace Period
Cleartext network traffic
So, what do we do with the cleartext network traffic flag?
Summary
Index

Android 6 Essentials

Copyright © 2015 Packt Publishing
All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.
Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book.
Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.
First published: November 2015
Production reference: 1251115
Published by Packt Publishing Ltd.
Livery Place
35 Livery Street
Birmingham B3 2PB, ...

Índice