14 lines
728 B
HTML
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>
|