Files
android_development/samples/wearable/Timer/_index.html
Tony Wickham ab63d27944 Added _index.html and screenshots to all samples.
Bug 15814554

Change-Id: Icdb08c5cc39f97c88674e4177b88b47adce59127
2014-07-08 19:48:23 -07:00

14 lines
728 B
HTML

<p><b>About:</b> This simple wearable app allows the user to set a countdown timer. It runs
independently on the wearable with no phone connection.</p>
<p><b>How to run:</b> Install the Wearable APK on the wearable, then start the timer via the voice
menu, either by saying "OK Google, start a timer" or by tapping the home screen and selecting
"Start a timer".</p>
<p><b>Wearable APIs used:</b> voice command trigger, WearableListView</p>
<p><b>Screenshots:</b>
<figure>
<img src="screenshots/timer.png" alt="GridViewPager" width="140" height="140">
<img src="screenshots/timer_countdown.png" alt="GridViewPager" width="140" height="140">
<figcaption>A simple timer.</figcaption>
</figure>
</p>