Home | History | Annotate | Download | only in AgendaData
      1 <p><b>About:</b> Syncs calendar events to your wearable at the press of a button, using the Wearable
      2 DataApi to transmit data such as event time, description, and background image. The DataItems can be
      3 deleted individually via an action on the event notifications, or all at once via a button on the
      4 companion. When deleted using the notification action, a ConfirmationActivity is used to indicate
      5 success or failure.</p>
      6 <p><b>How to run:</b> Install the Application APK on the companion, and the Wearable APK on the
      7 wearable. Start the sample by running the AgendaData application on the companion.</p>
      8 <p><b>Wearable APIs used:</b> DataApi, NodeApi, WearableListenerService, ConfirmationActivity</p>
      9 <p><b>Screenshots:</b>
     10     <figure>
     11         <img src="screenshots/companion_agenda_data.png" alt="Companion AgendaData" width="216"
     12              height="384">
     13         <img src="screenshots/dummy_calendar_event.png" alt="Dummy Calendar Event" width="160"
     14              height="160">
     15         <figcaption>Companion app and wearable app communicate with each other.</figcaption>
     16     </figure>
     17 </p>
     18