diff options
author | Trevor Johns <trevorjohns@google.com> | 2014-10-23 06:15:32 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-10-23 06:15:33 +0000 |
commit | fdb02fcf9c8b55252f4375c2f3e8b4872432cbc8 (patch) | |
tree | 812c9207647f1c15986f2c4ead40a6867d1b8795 | |
parent | 16350261e0c491880be42a26bf53965c32e8dd0a (diff) | |
parent | 87cb043f5df2a1bd1a0755c013c11d3153740b5b (diff) | |
download | frameworks_base-fdb02fcf9c8b55252f4375c2f3e8b4872432cbc8.zip frameworks_base-fdb02fcf9c8b55252f4375c2f3e8b4872432cbc8.tar.gz frameworks_base-fdb02fcf9c8b55252f4375c2f3e8b4872432cbc8.tar.bz2 |
Merge "Docs: Update /samples/new/index.html for Clockwork Beryl release" into lmp-dev
-rw-r--r-- | docs/html/samples/new/index.jd | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/html/samples/new/index.jd b/docs/html/samples/new/index.jd index 523b922..330caa3 100644 --- a/docs/html/samples/new/index.jd +++ b/docs/html/samples/new/index.jd @@ -348,3 +348,18 @@ AppRestrictionEnforcer sample to toggle the restriction. </p> <p><a href="http://github.com/googlesamples/android-AppRestrictionSchema">Get it on GitHub</a></p> + +<h3 id="SpeedTracker">Speed Tracker (Wear)</h3> + +<p> +This sample uses the FusedLocation APIs of Google Play Services on Android Wear +devices that have a hardware GPS built in. In those cases, this sample provides +a simple screen that shows the current speed of the wearable device. User can +set a speed limit and if the speed approaches that limit, it changes the color +to yellow and if it exceeds the limit, it turns red. User can also enable +recording of coordinates and when it pairs back with the phone, this data +is synced with the phone component of the app and user can see a track +made of those coordinates on a map on the phone. +</p> + +<p><a href="http://github.com/googlesamples/android-SpeedTracker">Get it on GitHub</a></p> |