diff options
| author | Luan Nguyen <luann@google.com> | 2015-04-14 08:54:22 -0700 |
|---|---|---|
| committer | Luan Nguyen <luann@google.com> | 2015-04-21 13:16:27 -0700 |
| commit | 836f569870096bd94fce52c4ad02b83bc9c43447 (patch) | |
| tree | b2da9ed402e1d70b69c91d064d63c1086ca9ef51 /docs/html/training/wearables/data-layer/index.jd | |
| parent | 8408cbe3adc8b0df4ae279a2e8689d1066972744 (diff) | |
| download | frameworks_base-836f569870096bd94fce52c4ad02b83bc9c43447.zip frameworks_base-836f569870096bd94fce52c4ad02b83bc9c43447.tar.gz frameworks_base-836f569870096bd94fce52c4ad02b83bc9c43447.tar.bz2 | |
cherrypick from lmp-docs docs: Add Wear Capability training
Original Change-Id: I52ede5d91936c5eab3d6ee8be8108004cce1f0e0
bug: 20088602
Change-Id: I968dfe13a9d74cae52bedeb9cb333f514d188cb4
Diffstat (limited to 'docs/html/training/wearables/data-layer/index.jd')
| -rw-r--r-- | docs/html/training/wearables/data-layer/index.jd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/html/training/wearables/data-layer/index.jd b/docs/html/training/wearables/data-layer/index.jd index 85b2c33..2e07f55 100644 --- a/docs/html/training/wearables/data-layer/index.jd +++ b/docs/html/training/wearables/data-layer/index.jd @@ -67,6 +67,17 @@ devices. For instance, don't try to open low-level sockets to create a communica channel. </p> +<p>Android Wear supports multiple wearables connected to a handheld device. For example, when the +user saves a note on a handheld, it automatically appears on both of the user's Wear devices. To +synchronize data between devices, Google’s servers host a cloud node in the network of devices. The +system synchronizes data to directly connected devices, the cloud node, and to wearable devices +connected to the cloud node via Wi-Fi.</p> + +<img src="{@docRoot}wear/images/wear_cloud_node.png" alt="" width="330" height="375"/> +<p class="img-caption"><strong>Figure 1.</strong> A sample network of nodes with +handheld and wearable devices.</p> + + <h2>Lessons</h2> <dl> <dt><a href="{@docRoot}training/wearables/data-layer/accessing.html">Accessing the Wearable Data Layer</a></dt> |
