diff options
Diffstat (limited to 'docs/html/wear')
-rw-r--r-- | docs/html/wear/images/features/apps.png | bin | 0 -> 2868 bytes | |||
-rw-r--r-- | docs/html/wear/images/features/notifications.png | bin | 0 -> 1882 bytes | |||
-rw-r--r-- | docs/html/wear/images/features/s1.png | bin | 3774 -> 0 bytes | |||
-rw-r--r-- | docs/html/wear/images/features/s2.png | bin | 6038 -> 0 bytes | |||
-rw-r--r-- | docs/html/wear/images/features/s3.png | bin | 7793 -> 0 bytes | |||
-rw-r--r-- | docs/html/wear/images/features/s4.png | bin | 8508 -> 0 bytes | |||
-rw-r--r-- | docs/html/wear/images/features/send-data.png | bin | 0 -> 3244 bytes | |||
-rw-r--r-- | docs/html/wear/images/features/ts1.png | bin | 4415 -> 0 bytes | |||
-rw-r--r-- | docs/html/wear/images/features/ts2.png | bin | 6156 -> 0 bytes | |||
-rw-r--r-- | docs/html/wear/images/features/ts3.png | bin | 7706 -> 0 bytes | |||
-rw-r--r-- | docs/html/wear/images/features/voice.png (renamed from docs/html/wear/images/features/ts4.png) | bin | 10627 -> 10627 bytes | |||
-rw-r--r-- | docs/html/wear/index.jd | 41 |
12 files changed, 20 insertions, 21 deletions
diff --git a/docs/html/wear/images/features/apps.png b/docs/html/wear/images/features/apps.png Binary files differnew file mode 100644 index 0000000..dbbb5e5 --- /dev/null +++ b/docs/html/wear/images/features/apps.png diff --git a/docs/html/wear/images/features/notifications.png b/docs/html/wear/images/features/notifications.png Binary files differnew file mode 100644 index 0000000..128853c --- /dev/null +++ b/docs/html/wear/images/features/notifications.png diff --git a/docs/html/wear/images/features/s1.png b/docs/html/wear/images/features/s1.png Binary files differdeleted file mode 100644 index ba96cf8..0000000 --- a/docs/html/wear/images/features/s1.png +++ /dev/null diff --git a/docs/html/wear/images/features/s2.png b/docs/html/wear/images/features/s2.png Binary files differdeleted file mode 100644 index af28496..0000000 --- a/docs/html/wear/images/features/s2.png +++ /dev/null diff --git a/docs/html/wear/images/features/s3.png b/docs/html/wear/images/features/s3.png Binary files differdeleted file mode 100644 index 6ae9868..0000000 --- a/docs/html/wear/images/features/s3.png +++ /dev/null diff --git a/docs/html/wear/images/features/s4.png b/docs/html/wear/images/features/s4.png Binary files differdeleted file mode 100644 index 125713d..0000000 --- a/docs/html/wear/images/features/s4.png +++ /dev/null diff --git a/docs/html/wear/images/features/send-data.png b/docs/html/wear/images/features/send-data.png Binary files differnew file mode 100644 index 0000000..7010e3f --- /dev/null +++ b/docs/html/wear/images/features/send-data.png diff --git a/docs/html/wear/images/features/ts1.png b/docs/html/wear/images/features/ts1.png Binary files differdeleted file mode 100644 index 5d4b1c1..0000000 --- a/docs/html/wear/images/features/ts1.png +++ /dev/null diff --git a/docs/html/wear/images/features/ts2.png b/docs/html/wear/images/features/ts2.png Binary files differdeleted file mode 100644 index dc798c5..0000000 --- a/docs/html/wear/images/features/ts2.png +++ /dev/null diff --git a/docs/html/wear/images/features/ts3.png b/docs/html/wear/images/features/ts3.png Binary files differdeleted file mode 100644 index 0d68ebc..0000000 --- a/docs/html/wear/images/features/ts3.png +++ /dev/null diff --git a/docs/html/wear/images/features/ts4.png b/docs/html/wear/images/features/voice.png Binary files differindex e727ab5..e727ab5 100644 --- a/docs/html/wear/images/features/ts4.png +++ b/docs/html/wear/images/features/voice.png diff --git a/docs/html/wear/index.jd b/docs/html/wear/index.jd index bc08aa0..10e7d29 100644 --- a/docs/html/wear/index.jd +++ b/docs/html/wear/index.jd @@ -124,15 +124,15 @@ page.type=about <div class="landing-section-header"> <div class="landing-h1">Developing for Android Wear</div> <div class="landing-subhead"> - The Android Wear APIs are delivered in the Android v4 support library and Google Play services. - This lets Android handhelds, old and new, communicate with Android wearables. - </div> + The Android Wear APIs are delivered in the Android Support Library and Google Play + services. When using these libraries, handheld devices running Android 4.3 + (API Level 18) or later can communicate with wearables.</div> </div> <div class="landing-body"> <div class="landing-breakout cols"> <div class="col-4"> - <img src="{@docRoot}wear/images/features/ts2.png" alt=""> + <img src="{@docRoot}wear/images/features/notifications.png" alt=""> <p>Synced Notifications</p> <p class="landing-small"> Notifications on handhelds can automatically sync to wearables, so design them @@ -143,20 +143,30 @@ page.type=about </p> </div> <div class="col-4"> - <img src="{@docRoot}wear/images/features/ts1.png" alt=""> - <p>Wearable Apps</p> + <img src="{@docRoot}wear/images/features/voice.png" alt=""> + <p>Voice Actions</p> + <p class="landing-small"> + Register your app to handle voice actions, like "Ok Google, take a note," + for a hands-free experience. + </p> + <p class="landing-small"> + <a href="{@docRoot}training/wearables/apps/voice-actions.html">Integrate voice actions</a> + </p> + </div> + <div class="col-4"> + <img src="{@docRoot}wear/images/features/apps.png" alt=""> + <p>Build Wearable Apps</p> <p class="landing-small"> Create custom experiences with activities, services, sensors, and much more with the Android SDK. </p> <p class="landing-small"> <a href="{@docRoot}training/wearables/apps/index.html">Create wearable apps</a> - </p> </div> <div class="col-4"> - <img src="{@docRoot}wear/images/features/ts2.png" alt=""> - <p>Send Data</p> + <img src="{@docRoot}wear/images/features/send-data.png" alt=""> + <p>Synced Data</p> <p class="landing-small"> Send data and actions between handhelds and wearables with data replication APIs and RPCs. @@ -166,17 +176,6 @@ page.type=about </p> </div> - <div class="col-4"> - <img src="{@docRoot}wear/images/features/ts4.png" alt=""> - <p>Voice Actions</p> - <p class="landing-small"> - Register your app to handle voice actions, like "Ok Google, take a note," - for a hands-free experience. - </p> - <p class="landing-small"> - <a href="{@docRoot}training/wearables/apps/voice-actions.html">Integrate voice actions</a> - </p> - </div> </div> </div> </div> <!-- end .wrap --> @@ -185,7 +184,7 @@ page.type=about <div class="landing-section landing-white-background"> <div class="wrap"> <div class="landing-section-header"> - <div class="landing-h2">Building an Ecosystem</div> + <div class="landing-h1">Building an Ecosystem</div> <div class="landing-body landing-align-center"> <p class="landing-small"> We’re working with partners around the world to build watches powered by Android Wear! |