Added _index.html and screenshots to all samples.
Bug 15814554 Change-Id: Icdb08c5cc39f97c88674e4177b88b47adce59127
This commit is contained in:
13
samples/wearable/Timer/_index.html
Normal file
13
samples/wearable/Timer/_index.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user