• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2page.tags="DelayedConfirmation"
3sample.group=Wearable
4@jd:body
5
6<p>
7
8            Demonstrates how to create a DelayedConfirmationView in your wearable app. In this
9            sample, pressing a button on the phone app sends a message to the wearable to start a simple
10            activity. This activity displays a DelayedConfirmationView that starts when the user presses "Start
11            Timer." Then, callbacks are implemented on both the wearable and phone to show when the timer is
12            selected or finishes. The activity on the wearable uses BoxInsetLayout to automatically apply
13            appropriate margins based on whether the display is square or circular.
14
15        </p>
16