From 7aae4d4f58ada61c349d8c56b8548e482fd56f09 Mon Sep 17 00:00:00 2001 From: Robert Ly Date: Tue, 24 Jun 2014 23:00:41 -0700 Subject: docs:wear landing and training fixes Change-Id: Iddf2392ec4ae79850099d3127ea274a71f32d0c4 --- docs/html/images/home/auto-wordmark.png | Bin 0 -> 1925 bytes docs/html/images/home/auto.png | Bin 9922 -> 11595 bytes docs/html/images/home/tv-wordmark.png | Bin 0 -> 1039 bytes docs/html/images/home/tv.png | Bin 3110 -> 5482 bytes docs/html/images/home/wear-wordmark.png | Bin 0 -> 2210 bytes docs/html/images/home/wear.png | Bin 3943 -> 12420 bytes docs/html/index.jd | 15 +++++--- .../training/wearables/notifications/creating.jd | 4 +- .../html/training/wearables/notifications/index.jd | 6 +-- .../wearables/notifications/voice-input.jd | 2 +- docs/html/wear/images/features/apps.png | Bin 0 -> 2868 bytes docs/html/wear/images/features/notifications.png | Bin 0 -> 1882 bytes docs/html/wear/images/features/s1.png | Bin 3774 -> 0 bytes docs/html/wear/images/features/s2.png | Bin 6038 -> 0 bytes docs/html/wear/images/features/s3.png | Bin 7793 -> 0 bytes docs/html/wear/images/features/s4.png | Bin 8508 -> 0 bytes docs/html/wear/images/features/send-data.png | Bin 0 -> 3244 bytes docs/html/wear/images/features/ts1.png | Bin 4415 -> 0 bytes docs/html/wear/images/features/ts2.png | Bin 6156 -> 0 bytes docs/html/wear/images/features/ts3.png | Bin 7706 -> 0 bytes docs/html/wear/images/features/ts4.png | Bin 10627 -> 0 bytes docs/html/wear/images/features/voice.png | Bin 0 -> 10627 bytes docs/html/wear/index.jd | 41 ++++++++++----------- 23 files changed, 35 insertions(+), 33 deletions(-) create mode 100644 docs/html/images/home/auto-wordmark.png create mode 100644 docs/html/images/home/tv-wordmark.png create mode 100644 docs/html/images/home/wear-wordmark.png create mode 100644 docs/html/wear/images/features/apps.png create mode 100644 docs/html/wear/images/features/notifications.png delete mode 100644 docs/html/wear/images/features/s1.png delete mode 100644 docs/html/wear/images/features/s2.png delete mode 100644 docs/html/wear/images/features/s3.png delete mode 100644 docs/html/wear/images/features/s4.png create mode 100644 docs/html/wear/images/features/send-data.png delete mode 100644 docs/html/wear/images/features/ts1.png delete mode 100644 docs/html/wear/images/features/ts2.png delete mode 100644 docs/html/wear/images/features/ts3.png delete mode 100644 docs/html/wear/images/features/ts4.png create mode 100644 docs/html/wear/images/features/voice.png diff --git a/docs/html/images/home/auto-wordmark.png b/docs/html/images/home/auto-wordmark.png new file mode 100644 index 0000000..027dfca Binary files /dev/null and b/docs/html/images/home/auto-wordmark.png differ diff --git a/docs/html/images/home/auto.png b/docs/html/images/home/auto.png index 7ea01b0..4ce882a 100644 Binary files a/docs/html/images/home/auto.png and b/docs/html/images/home/auto.png differ diff --git a/docs/html/images/home/tv-wordmark.png b/docs/html/images/home/tv-wordmark.png new file mode 100644 index 0000000..e7660ac Binary files /dev/null and b/docs/html/images/home/tv-wordmark.png differ diff --git a/docs/html/images/home/tv.png b/docs/html/images/home/tv.png index 3cf2034..7208a99 100644 Binary files a/docs/html/images/home/tv.png and b/docs/html/images/home/tv.png differ diff --git a/docs/html/images/home/wear-wordmark.png b/docs/html/images/home/wear-wordmark.png new file mode 100644 index 0000000..e645887 Binary files /dev/null and b/docs/html/images/home/wear-wordmark.png differ diff --git a/docs/html/images/home/wear.png b/docs/html/images/home/wear.png index dfaded7..e6602fd 100644 Binary files a/docs/html/images/home/wear.png and b/docs/html/images/home/wear.png differ diff --git a/docs/html/index.jd b/docs/html/index.jd index 2f01538..f101ad2 100644 --- a/docs/html/index.jd +++ b/docs/html/index.jd @@ -65,20 +65,22 @@ page.customHeadTag= +
+ -

+

Provide information on-the-go for your users, whenever they need it.

Learn about Android Wear

-
+
+ -

+

Build your apps for the big screen and bring your content to life.

@@ -86,9 +88,10 @@ page.customHeadTag= +

+ -

+

Extend your music apps to automobile entertainment systems.

diff --git a/docs/html/training/wearables/notifications/creating.jd b/docs/html/training/wearables/notifications/creating.jd index 174cd82..a61fa07 100644 --- a/docs/html/training/wearables/notifications/creating.jd +++ b/docs/html/training/wearables/notifications/creating.jd @@ -28,7 +28,7 @@ notifications properly, whether they appear on a handheld or wearable.

Note: Notifications using {@link android.widget.RemoteViews} are stripped of custom layouts and the wearable only displays the text and icons. However, you can create -create custom notifications +create custom notifications that use custom card layouts by creating a wearable app that runs on the wearable device.

@@ -123,7 +123,7 @@ the associated intent is invoked on the handheld.

Tip: If your notifications include a "Reply" action (such as for a messaging app), you can enhance the behavior by enabling voice input replies directly from the Android wearable. For more information, read - Receiving Remote Input from + Receiving Voice Input from a Notification.

diff --git a/docs/html/training/wearables/notifications/index.jd b/docs/html/training/wearables/notifications/index.jd index b9ed6fb..17f3cb3 100644 --- a/docs/html/training/wearables/notifications/index.jd +++ b/docs/html/training/wearables/notifications/index.jd @@ -6,7 +6,7 @@ page.title=Adding Wearable Features to Notifications

Dependencies and prerequisites

    -
  • Android 1.6 (API Level 4) or higher on the handset device
  • +
  • Android 4.3 (API Level 18) or higher on the handset device
  • An Android Wear device or Wear AVD
  • The Android v4 support library (or v13, which includes v4)
  • @@ -36,8 +36,8 @@ create notifications that are catered for handhelds and wearables at the same ti
    Creating a notification
    Learn how to create notifications with wearable features with the Android support library.
    -
    Receiving Remote Input -from a Notification
    +
    Receiving Voice Input +in a Notification
    Learn how to add an action to a wearable notification that receives voice input from users and delivers the transcribed message to your handset app.
    Adding Pages to a Notification
    diff --git a/docs/html/training/wearables/notifications/voice-input.jd b/docs/html/training/wearables/notifications/voice-input.jd index 976bd86..4a27826 100644 --- a/docs/html/training/wearables/notifications/voice-input.jd +++ b/docs/html/training/wearables/notifications/voice-input.jd @@ -35,7 +35,7 @@ style="float:right;margin:0 0 20px 40px" /> using the emulator for a wearable device, enable Hardware keyboard present in the AVD settings so you can type replies instead.

    -

    Define the Voice Input

    +

    Define the Voice Input

    To create an action that supports voice input, create an instance of {@link android.support.v4.app.RemoteInput.Builder} that you can add to your notification action. 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 Binary files /dev/null and b/docs/html/wear/images/features/apps.png 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 Binary files /dev/null and b/docs/html/wear/images/features/notifications.png 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 Binary files a/docs/html/wear/images/features/s1.png and /dev/null 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 Binary files a/docs/html/wear/images/features/s2.png and /dev/null 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 Binary files a/docs/html/wear/images/features/s3.png and /dev/null 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 Binary files a/docs/html/wear/images/features/s4.png and /dev/null 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 Binary files /dev/null and b/docs/html/wear/images/features/send-data.png 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 Binary files a/docs/html/wear/images/features/ts1.png and /dev/null 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 Binary files a/docs/html/wear/images/features/ts2.png and /dev/null 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 Binary files a/docs/html/wear/images/features/ts3.png and /dev/null differ diff --git a/docs/html/wear/images/features/ts4.png b/docs/html/wear/images/features/ts4.png deleted file mode 100644 index e727ab5..0000000 Binary files a/docs/html/wear/images/features/ts4.png and /dev/null differ diff --git a/docs/html/wear/images/features/voice.png b/docs/html/wear/images/features/voice.png new file mode 100644 index 0000000..e727ab5 Binary files /dev/null and b/docs/html/wear/images/features/voice.png 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

    Developing for Android Wear
    - 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. -
    + 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.
- +

Synced Notifications

Notifications on handhelds can automatically sync to wearables, so design them @@ -143,20 +143,30 @@ page.type=about

- -

Wearable Apps

+ +

Voice Actions

+

+ Register your app to handle voice actions, like "Ok Google, take a note," + for a hands-free experience. +

+

+ Integrate voice actions +

+
+
+ +

Build Wearable Apps

Create custom experiences with activities, services, sensors, and much more with the Android SDK.

Create wearable apps -

- -

Send Data

+ +

Synced Data

Send data and actions between handhelds and wearables with data replication APIs and RPCs. @@ -166,17 +176,6 @@ page.type=about

-
- -

Voice Actions

-

- Register your app to handle voice actions, like "Ok Google, take a note," - for a hands-free experience. -

-

- Integrate voice actions -

-
@@ -185,7 +184,7 @@ page.type=about
-
Building an Ecosystem
+
Building an Ecosystem

We’re working with partners around the world to build watches powered by Android Wear! -- cgit v1.1