yfujimot / apk-compass-sample

Simple APK example acting as a compass. In addition to the visual display, you can tap the touchpad to have Glass speak your current orientation aloud.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apk-compass-sample

Simple APK Glassware acting as a compass. In addition to the visual display, you can tap the touchpad to have Glass read aloud your current orientation.

Getting started

Checkout our documentation to learn how to get started on https://developers.google.com/glass/gdk

Running the APK on Glass

You can use your IDE to compile, install, and run the APK or use adb on the command line:

$ adb install -r apk-compass-sample.apk
$ adb shell am start -n com.google.glass.samples.compass/.CompassActivity

Note: The Glass screen must be on when you run the APK.

About

Simple APK example acting as a compass. In addition to the visual display, you can tap the touchpad to have Glass speak your current orientation aloud.

License:Apache License 2.0