Beginning Android wearables /

Saved in:
Bibliographic Details
Author / Creator:Calvo, Andres, author.
Imprint:California : Apress, [2015]
New York, NY : Distributed to the book trade worldwide by Springer Science+Business Media
Description:1 online resource : color illustrations
Language:English
Series:Online access with purchase: Springer (t)
Subject:
Format: E-Resource Book
URL for this record:http://pi.lib.uchicago.edu/1001/cat/bib/11092893
Hidden Bibliographic Details
ISBN:9781484205174
1484205170
9781484205181
1484205189
9781484205181
Digital file characteristics:text file PDF
Notes:"Found in Android 5.0 release"--Cover.
Includes bibliographical references and index.
Online resource; title from PDF title page (Ebsco, viewed April 9, 2015).
Summary:Although wearable devices have existed since the 70s, they have only recently become mainstream. Google Glass and Android Wear smartwatches, in particular, are relatively new devices that provide countless opportunities for creating innovative apps with unprecedented user experiences. Beginning Android Wearables gives you the skills you need to take part in the wearable revolution and to delight your users by providing the information they need at the tips of their fingers. This book is very practical and contains many examples that not only show you how to write code for Glass and Android Wear, but also demonstrate how to apply this code in the context of an app.
Other form:Print version: Calvo, Andres. Beginning Android wearables. Berkeley, California : Apress, c2015 vi, 486 pages 9781484205181
Standard no.:10.1007/978-1-4842-0517-4
Table of Contents:
  • At a Glance; Part I: Introduction; Chapter 1: Introducing Android Wearables; Wearables and Contextual Awareness; Wearables and User Experience; Why Android Wearables?; What Can Android Wear Do?; The Context Stream; The Cue Card; The Android Wear App; What Can Glass Do?; Understanding Glass Lingo; Google Glass vs. Glass; Glassware; Glass Explorers; Cards & Timeline; The Past Section; The Present and Future Section; Voice Commands; The MyGlass App; Notification Sync; The End of the Glass Explorers Program; Should I Develop for Glass or Android Wear?; Design Matters; Reading This Book
  • Changing a Notification's ColorCompatibility; Rich Notifications; BigTextStyle Notification; Implementation; BigPictureStyle Notification; Implementation; InboxStyle Notification; Implementation; Notification Actions; Implementation; Custom Notifications; Implementation; MediaStyle Notification; Implementing MediaStyleService; Declare and Initialize Member Variables; Manage Music Playback; Create a MediaStyle Notification; Handle the Play and Pause Actions; Implementing MainActivity; Summary; Chapter 3: Customizing Notifications for Wearables; Getting Started; The Example App
  • Handheld Notifications on WearablesStandard Notifications; BigTextStyle Notifications; BigPictureStyle Notifications; InboxStyle Notifications; Notification Actions; Customizing Notifications for Wearables; Wielding TaskStackBuilder; Implementation; Implement ChatDetailActivity; Implement the Notification; Wearable-Only Actions; Implementation; Implement ActionFeedbackActivity; Implement the Notification; Notification Pages; BigTextStyle Pages on Android Wear and Glass; Implementation; Stacking Notifications; Implementation; Voice Input Notification; Implementation; Update ChatDetailActivity
  • Implement the NotificationBackground Only Notifications; Implementation; Content Action; Implementation; Summary; Part III: Android Wear; Chapter 4: Running Apps Directly on Android Wear; The Android SDK in Android Wear; Creating a New Project; Starting Wear Apps; App-Provided Voice Actions; System-Provided Voice Actions; The Example App; Example #1: Our First Wearable App; The Wearable UI Library; Our First Wearable UI View: WearableListView; WearableListView and RecyclerView; The ViewHolder Pattern; Example #2: Implementing a List of Strings; Extending WearableListView.Adapter