Book Image

Mastering Android Wear Application Development

By : Siddique Hameed, Javeed Chida
Book Image

Mastering Android Wear Application Development

By: Siddique Hameed, Javeed Chida

Overview of this book

Wearable technology is the future of mobile devices. It looks set to be a breakthrough technology, just like the iPad was before it. With the Apple Watch being widely regarded as a success, all eyes are now on Google to provide a similar device for its users. Keep your skills ahead of the competition and be one of the first to fully understand this powerful new trend. This book will give you a very solid understanding of the philosophy, thought process, development details, and methodologies involved in building well-designed, robust Android Wear applications. We cover the advantages and disadvantages of the wearable computing paradigm and provide a good foundational knowledge for you to build practical, real-world wearable apps. You will learn about the various tools, platforms, libraries, SDKs, and technology needed to build Android Wear apps. By the end of the book, you will be an expert in building Android wearable apps.
Table of Contents (18 chapters)
Mastering Android Wear Application Development
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Preface

The TodayWatchFace service


Before we take a closer look at the implementation of the TodayWatchFaceService class, let's run our sample code to see how it behaves so that we can observe the app from a user standpoint.

Note that long pressing on the device screen causes the installed watch faces to get displayed:

Note that a gear icon shows up underneath the label, the TodayWatchFace activity, of our custom watch face because we have a configuration activity defined for the WatchFace element. Let's select our custom watch face. Here's how it renders. By default, it shows the day of the week and the full date with the seconds colon blinking:

Tapping once on the watch face shows the day of the year, as shown in the following image:

Tapping a second time on the watch face shows the number of days left in the year.

Tapping again takes us back to the default display.