diff --git a/docs/html/design/wear/patterns.jd b/docs/html/design/wear/patterns.jd index 30fdc2443e823..e56ac2db8a729 100644 --- a/docs/html/design/wear/patterns.jd +++ b/docs/html/design/wear/patterns.jd @@ -76,6 +76,13 @@ page.title=UI Patterns for Android Wear
Showing Confirmations
+Good examples of using an action on card include: play and pause music, toggle light switch on and off, navigate to an address, and call a phone number.
+ +Creating Cards
+
@@ -124,6 +138,13 @@ to check-in to.
More information about how to use the 2D Picker pattern is provided in the App Structure guide.
+ +Creating a 2D Picker
+WearableLi
Of course, it is possible for Android Wear apps to extend themselves beyond the familiarities of these patterns. For a deeper look at the options available, see the App Structure guide.
+
+
+
+ Developer Docs
+ Creating Lists
+
+
diff --git a/docs/html/design/wear/structure.jd b/docs/html/design/wear/structure.jd
index b77ccc23b69e5..95d5c1aeeccae 100644
--- a/docs/html/design/wear/structure.jd
+++ b/docs/html/design/wear/structure.jd
@@ -84,12 +84,18 @@ margin: 0 10px 20px 20px;
This pattern can be used to present a single vertical list, or a “1D Picker”
-
+
It can also be used as a 2D matrix of options, as a way of presenting categorized options.
Actions
+
+
+ Developer Docs
+ Creating a 2D Picker
+
+
For actions on each card, use the Action cards pattern.
Making it fast
@@ -155,6 +161,6 @@ href="#2DPicker">2D picker is always available.
Manually exiting
Even with logical exit points like these, some cases may exist where the user may want to immediately exit. This may be common in apps that are used for a longer while. In all cases, you should treat long-press as the user's intent to exit, using
-DismissOverlayView.
+DismissOverlayView.
diff --git a/docs/html/training/wearables/apps/layouts.jd b/docs/html/training/wearables/apps/layouts.jd
index e62d3e5b8435c..a35acb07182f4 100644
--- a/docs/html/training/wearables/apps/layouts.jd
+++ b/docs/html/training/wearables/apps/layouts.jd
@@ -90,9 +90,10 @@ PendingIntent notificationPendingIntent = PendingIntent.getActivity(this, 0, not
Create Layouts with the Wearable UI Library
-There's an unofficial UI library that is automatically included when you create your wearable
-app with the Android Studio Project Wizard. You can also add the library to your build.gradle
+The Wearable UI Library is automatically included when you create your wearable
+app with the Android Studio Project Wizard. You can also add this library to your build.gradle
file with the following dependency declaration:
+
dependencies {
@@ -101,8 +102,11 @@ dependencies {
compile 'com.google.android.gms:play-services-wearable:+'
}
-This library helps you build UIs that are designed for wearables. Here are some of the major classes:
-
+
+This library helps you build UIs that are designed for wearables. For more information, see
+Creating Custom UIs for Wear Devices.
+
+Here are some of the major classes in the Wearable UI Library:
BoxInsetLayout - A FrameLayout that's aware of screen shape and can box its
diff --git a/docs/html/training/wearables/data-layer/index.jd b/docs/html/training/wearables/data-layer/index.jd
index 39d65616c2c39..6ef3fc7ac6179 100644
--- a/docs/html/training/wearables/data-layer/index.jd
+++ b/docs/html/training/wearables/data-layer/index.jd
@@ -8,7 +8,7 @@ page.title=Sending and Syncing Data
Dependencies and prerequisites
- Android 4.3 (API Level 18) or higher on the handset device
- - The latest version of Google Play services
+ - The latest version of Google Play services
- An Android Wear device or Wear AVD