Book Image

Android Wearable Programming

By : Steven F. Daniel
Book Image

Android Wearable Programming

By: Steven F. Daniel

Overview of this book

Table of Contents (14 chapters)
Android Wearable Programming
Credits
About the Authors
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

The Google Glassware principle design guidelines


When designing apps for Google Glass, these need to be designed differently than how you would go about designing apps for phone or tablets, as they contain a different user experience. It is important to keep in mind and follow the Glassware principle design guidelines documentation that Google provides. This document describes the guidelines and principles that help you to design consistent user interfaces and user experiences for your Glass wearable apps, as well as ensure that your application runs efficiently within the Glassware platform.

You need to consider the screen sizes of your custom layouts, as well as the ease of use your app brings to the platform. The Glassware principle design guidelines document also explains how to ensure the consistency of your application while navigating from screen to screen, as well as the principles for designing good user interfaces are also covered. Some of the design pattern guidelines that your...