summaryrefslogtreecommitdiffstats
path: root/docs/html/wear
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/wear')
-rw-r--r--docs/html/wear/images/features/apps.pngbin0 -> 2868 bytes
-rw-r--r--docs/html/wear/images/features/notifications.pngbin0 -> 1882 bytes
-rw-r--r--docs/html/wear/images/features/s1.pngbin3774 -> 0 bytes
-rw-r--r--docs/html/wear/images/features/s2.pngbin6038 -> 0 bytes
-rw-r--r--docs/html/wear/images/features/s3.pngbin7793 -> 0 bytes
-rw-r--r--docs/html/wear/images/features/s4.pngbin8508 -> 0 bytes
-rw-r--r--docs/html/wear/images/features/send-data.pngbin0 -> 3244 bytes
-rw-r--r--docs/html/wear/images/features/ts1.pngbin4415 -> 0 bytes
-rw-r--r--docs/html/wear/images/features/ts2.pngbin6156 -> 0 bytes
-rw-r--r--docs/html/wear/images/features/ts3.pngbin7706 -> 0 bytes
-rw-r--r--docs/html/wear/images/features/voice.png (renamed from docs/html/wear/images/features/ts4.png)bin10627 -> 10627 bytes
-rw-r--r--docs/html/wear/index.jd41
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
new file mode 100644
index 0000000..dbbb5e5
--- /dev/null
+++ b/docs/html/wear/images/features/apps.png
Binary files differ
diff --git a/docs/html/wear/images/features/notifications.png b/docs/html/wear/images/features/notifications.png
new file mode 100644
index 0000000..128853c
--- /dev/null
+++ b/docs/html/wear/images/features/notifications.png
Binary files differ
diff --git a/docs/html/wear/images/features/s1.png b/docs/html/wear/images/features/s1.png
deleted file mode 100644
index ba96cf8..0000000
--- a/docs/html/wear/images/features/s1.png
+++ /dev/null
Binary files differ
diff --git a/docs/html/wear/images/features/s2.png b/docs/html/wear/images/features/s2.png
deleted file mode 100644
index af28496..0000000
--- a/docs/html/wear/images/features/s2.png
+++ /dev/null
Binary files differ
diff --git a/docs/html/wear/images/features/s3.png b/docs/html/wear/images/features/s3.png
deleted file mode 100644
index 6ae9868..0000000
--- a/docs/html/wear/images/features/s3.png
+++ /dev/null
Binary files differ
diff --git a/docs/html/wear/images/features/s4.png b/docs/html/wear/images/features/s4.png
deleted file mode 100644
index 125713d..0000000
--- a/docs/html/wear/images/features/s4.png
+++ /dev/null
Binary files differ
diff --git a/docs/html/wear/images/features/send-data.png b/docs/html/wear/images/features/send-data.png
new file mode 100644
index 0000000..7010e3f
--- /dev/null
+++ b/docs/html/wear/images/features/send-data.png
Binary files differ
diff --git a/docs/html/wear/images/features/ts1.png b/docs/html/wear/images/features/ts1.png
deleted file mode 100644
index 5d4b1c1..0000000
--- a/docs/html/wear/images/features/ts1.png
+++ /dev/null
Binary files differ
diff --git a/docs/html/wear/images/features/ts2.png b/docs/html/wear/images/features/ts2.png
deleted file mode 100644
index dc798c5..0000000
--- a/docs/html/wear/images/features/ts2.png
+++ /dev/null
Binary files differ
diff --git a/docs/html/wear/images/features/ts3.png b/docs/html/wear/images/features/ts3.png
deleted file mode 100644
index 0d68ebc..0000000
--- a/docs/html/wear/images/features/ts3.png
+++ /dev/null
Binary files differ
diff --git a/docs/html/wear/images/features/ts4.png b/docs/html/wear/images/features/voice.png
index e727ab5..e727ab5 100644
--- a/docs/html/wear/images/features/ts4.png
+++ b/docs/html/wear/images/features/voice.png
Binary files differ
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&nbsp;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&nbsp;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!