16 lines
897 B
HTML
16 lines
897 B
HTML
<p><b>About:</b> You can cause the wearable to start an activity by pressing a button in the
|
|
companion app UI. You can also take a picture on the companion device, which will be transmitted as
|
|
an Asset for display on the wearable.</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 DataLayer application on the companion.</p>
|
|
<p><b>Wearable APIs used:</b> DataApi, MessageApi, NodeApi, WearableListenerService</p>
|
|
<p><b>Screenshots:</b>
|
|
<figure>
|
|
<img src="screenshots/phone_image.png" alt="Phone Image" width="216" height="384">
|
|
<img src="screenshots/wearable_background_image.png" alt="Wearable Background Image"
|
|
width="140" height="140">
|
|
<figcaption>Image captured on the phone, followed by the same image on the wearable.
|
|
</figcaption>
|
|
</figure>
|
|
</p>
|