Files
android_development/samples/wearable/AgendaData/_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

18 lines
1.1 KiB
HTML

<p><b>About:</b> Syncs calendar events to your wearable at the press of a button, using the Wearable
DataApi to transmit data such as event time, description, and background image. The DataItems can be
deleted individually via an action on the event notifications, or all at once via a button on the
companion. When deleted using the notification action, a ConfirmationActivity is used to indicate
success or failure.</p>
<p><b>How to run:</b> Install the Application APK on the companion, and the Wearable APK on the
wearable. Start the sample by running the AgendaData application on the companion.</p>
<p><b>Wearable APIs used:</b> DataApi, NodeApi, WearableListenerService, ConfirmationActivity</p>
<p><b>Screenshots:</b>
<figure>
<img src="screenshots/companion_agenda_data.png" alt="Companion AgendaData" width="216"
height="384">
<img src="screenshots/dummy_calendar_event.png" alt="Dummy Calendar Event" width="160"
height="160">
<figcaption>Companion app and wearable app communicate with each other.</figcaption>
</figure>
</p>