This document provides an overview of developing applications for Android Wear and Google Cardboard. It discusses writing notification and native apps for Wear, using the WatchViewStub and DisplayManager APIs, and creating watchfaces. It also outlines the hardware components of Google Cardboard including lenses, cardboard, magnets and NFC tags. The Cardboard VR Toolkit is mentioned for building VR apps using OpenGL and the magnetometer for input.
7. Watchface API
¡ñ Create watch faces
¡ñ Uses Broadcast Receiver for
ACTION_TIME_TICK
¡ñ Uses DisplayManager for
dimmed state
¡ñ Unofficial API and
discouraged by Google