From 2728c2a93abd74ef19e550f3530ee70ea41424b3 Mon Sep 17 00:00:00 2001 From: Robert Ly Date: Sun, 15 Jun 2014 22:00:13 -0700 Subject: [PATCH] docs: wear training classes Change-Id: I542b3bc87d3a24bf89ea9b7d8edeec224780f31b --- docs/html/training/building-wearables.jd | 8 + docs/html/training/training_toc.cs | 85 ++++- .../training/wearables/apps/bt-debugging.jd | 92 ++++++ docs/html/training/wearables/apps/creating.jd | 184 +++++++++++ docs/html/training/wearables/apps/index.jd | 72 ++++ docs/html/training/wearables/apps/layouts.jd | 131 ++++++++ .../html/training/wearables/apps/packaging.jd | 156 +++++++++ docs/html/training/wearables/apps/voice.jd | 274 +++++++++++++++ .../wearables/data-layer/accessing.jd | 59 ++++ .../training/wearables/data-layer/assets.jd | 123 +++++++ .../wearables/data-layer/data-items.jd | 124 +++++++ .../training/wearables/data-layer/events.jd | 312 ++++++++++++++++++ .../training/wearables/data-layer/index.jd | 87 +++++ .../training/wearables/data-layer/messages.jd | 99 ++++++ .../wearables/notifications/creating.jd | 295 +++++++++++++++++ .../training/wearables/notifications/index.jd | 51 +++ .../training/wearables/notifications/pages.jd | 71 ++++ .../wearables}/notifications/stacks.jd | 108 +++--- .../wearables/notifications/voice-input.jd | 175 ++++++++++ docs/html/wear/notifications/creating.jd | 305 ----------------- docs/html/wear/notifications/pages.jd | 65 ---- docs/html/wear/notifications/remote-input.jd | 241 -------------- 22 files changed, 2459 insertions(+), 658 deletions(-) create mode 100644 docs/html/training/building-wearables.jd create mode 100644 docs/html/training/wearables/apps/bt-debugging.jd create mode 100644 docs/html/training/wearables/apps/creating.jd create mode 100644 docs/html/training/wearables/apps/index.jd create mode 100644 docs/html/training/wearables/apps/layouts.jd create mode 100644 docs/html/training/wearables/apps/packaging.jd create mode 100644 docs/html/training/wearables/apps/voice.jd create mode 100644 docs/html/training/wearables/data-layer/accessing.jd create mode 100644 docs/html/training/wearables/data-layer/assets.jd create mode 100644 docs/html/training/wearables/data-layer/data-items.jd create mode 100644 docs/html/training/wearables/data-layer/events.jd create mode 100644 docs/html/training/wearables/data-layer/index.jd create mode 100644 docs/html/training/wearables/data-layer/messages.jd create mode 100644 docs/html/training/wearables/notifications/creating.jd create mode 100644 docs/html/training/wearables/notifications/index.jd create mode 100644 docs/html/training/wearables/notifications/pages.jd rename docs/html/{wear => training/wearables}/notifications/stacks.jd (54%) create mode 100644 docs/html/training/wearables/notifications/voice-input.jd delete mode 100644 docs/html/wear/notifications/creating.jd delete mode 100644 docs/html/wear/notifications/pages.jd delete mode 100644 docs/html/wear/notifications/remote-input.jd diff --git a/docs/html/training/building-wearables.jd b/docs/html/training/building-wearables.jd new file mode 100644 index 0000000000000..4fda10e1f960f --- /dev/null +++ b/docs/html/training/building-wearables.jd @@ -0,0 +1,8 @@ +page.title=Building Apps for Wearables +page.trainingcourse=true + +@jd:body + + +

These classes teach you how to build notifications in a handheld app that are automatically +synced to wearables as well as how to build apps that run on wearables.

\ No newline at end of file diff --git a/docs/html/training/training_toc.cs b/docs/html/training/training_toc.cs index c5dc3c5f76153..4407d304d5a4f 100644 --- a/docs/html/training/training_toc.cs +++ b/docs/html/training/training_toc.cs @@ -638,7 +638,6 @@ include the action bar on devices running Android 2.1 or higher." - @@ -727,6 +726,90 @@ include the action bar on devices running Android 2.1 or higher." + + +