Files
android_development/samples/browseable/DelayedConfirmation/_index.jd
Trevor Johns f420ff0d80 Add browseable samples for Clockwork Beryl
Bug: 17473824
Change-Id: Id4c637733c491ac71bb6e269f55939c082fb0994
2014-10-23 03:36:38 +00:00

15 lines
718 B
Plaintext

page.tags="DelayedConfirmation"
sample.group=Wearable
@jd:body
<p>
Demonstrates how to create a DelayedConfirmationView in your wearable app. In this
sample, pressing a button on the phone app sends a message to the wearable to start a simple
activity. This activity displays a DelayedConfirmationView that starts when the user presses "Start
Timer." Then, callbacks are implemented on both the wearable and phone to show when the timer is
selected or finishes. The activity on the wearable uses BoxInsetLayout to automatically apply
appropriate margins based on whether the display is square or circular.
</p>