Google Glass is the next big thing in portable technology---a wearable computer with an optical head-mounted display. Programming Google Glass is your all-inclusive guidebook for crafting your own Glassware using the Mirror API.
You'll start by setting up a production-ready service using Google App Engine, then provide Glass users an authorization to your Glassware. You'll learn how to handle the provided credentials, and from there you'll dive into the parts that make up the Glass interface, managing the timeline and creating cards and menu items. Next you'll create services where the user can interact with your server, such as geolocation tracking, change notifications, and custom menu options. You'll use this information to create a sophisticated application that suggests local restaurants. You'll see how to attach or detach assets, images, and video, and learn the basics of the emerging field of optical-display design. You'll see how to properly design new Glassware and update existing applications to become Glassware.
Now is the best time to be an early adopter of a technology that will only become more advanced, nuanced, and ubiquitous.
This is one of the very few books about programming on Google Glass. It is short and not a complete guide, but it delivers on its promise - to describe the Mirror API both conceptually and with concrete examples.
The Good - Short, precise and easy to read - Many code examples without feeling bloated
The Bad - The API is not stable yet, some examples might not work anymore
Conclusion Probably the best book about the Google Glass Mirror API. Too bad that books like this are rare. It is true that most information can be found in Googles docs, however docs are not comparable to this excellent guide. Caution: The API has seen some revision since, so some examples might not work anymore. However it would be unfair to blame the author for this. I wish more people would write technical books like this.
This time my intention to read a book was simple, I was trying to decide if it’s worth developing for Google glass because of the limitations it imposes.
There’s a certain lack of books for the Glass explorers. The fact that this book exists is a delightful exception. The book exactly does what it promises. An ability to develop web apps for Google glass. Though there is a lot of manuals from Google to achieve such a goal, but I feel confident after reading a book that’s not affiliated with a certain vendor. Vendor’s books tend to lie, that’s the main point after years of tackling distinct API’s.
Apart from that the the book is great, it teaches you how to make it with Google glass in a succinct way. It can be easily read in a couple of days. My only issue with it was a lack of material covering the native development process for the goggles. If all you need is mirror api than this book is sufficient, but if you feel pain because of the mirror api handicaps I recommend you to find another book which covers GDK.