Added _index.html and screenshots to all samples.

Bug 15814554

Change-Id: Icdb08c5cc39f97c88674e4177b88b47adce59127
This commit is contained in:
Tony Wickham
2014-06-23 16:45:04 -07:00
parent ea56da7073
commit ab63d27944
83 changed files with 382 additions and 78 deletions

View 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>