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

Wearable UI


By now, you probably realize that an Android Wear watch is not just a smaller form factor than its predecessors, such as the phone and tablet. There are various nuances and characteristics that make the Android Wear watch different to the other big screen devices.

First and foremost, there is no such thing as keyboard input, at least, not currently. That brings a major challenge in how you design apps for Android Wear platform. There is not much of interactivity available from the user due to the lack of keyboard (physical or virtual) data inputs.

On top of that, we also don't have the ubiquitous back button that is available on all other Android devices. The button for going back on the Android platform makes navigating inside an app and switching between apps a lot easier. Without that, it would be a lot harder to navigate within and between apps. The swipe gestures on the Android Wear watch are used like back buttons.

Before we start writing UI components and navigation code...