From 87cb043f5df2a1bd1a0755c013c11d3153740b5b Mon Sep 17 00:00:00 2001 From: Trevor Johns Date: Wed, 22 Oct 2014 20:53:31 -0700 Subject: [PATCH] Docs: Update /samples/new/index.html for Clockwork Beryl release Added SpeedTracker sample to list of new samples. Change-Id: I88094149ab21b9a24f19bb7693bbce1187b625eb --- docs/html/samples/new/index.jd | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/html/samples/new/index.jd b/docs/html/samples/new/index.jd index 523b922c376ed..330caa309af09 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.

Get it on GitHub

+ +

Speed Tracker (Wear)

+ +

+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. +

+ +

Get it on GitHub