Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d7a1bd9 authored by Joe Fernandez's avatar Joe Fernandez Committed by android-build-merger
Browse files

docs: Wear F Preview page infrastructure am: 9ccfe255 am: 1b99b2ce am: b31c0736

am: e738cbb1

* commit 'e738cbb1':
  docs: Wear F Preview page infrastructure

Change-Id: Ia33af0aa963ac3349111d7a9ab026edb2c409c1d
parents eae199db e738cbb1
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -169,6 +169,22 @@ var RESOURCE_COLLECTIONS = {
      "preview/features/tv-recording-api.html"
    ]
  },
  "wear/preview/landing": {
    "title": "",
    "resources": [
      "preview/api-overview.html",
      "preview/download.html",
      "preview/setup-sdk.html"
    ]
  },
  "wear/preview/landing/resources": {
    "title": "",
    "resources": [
      "design/wear/index.html",
      "training/building-wearables.html",
      "training/wearables/ui/index.html"
    ]
  },
  "google/landing/services": {
    "title": "",
    "resources": [
+16 −0
Original line number Diff line number Diff line
@@ -4794,6 +4794,22 @@ METADATA['en'].collections = {
      "training/wearables/ui/index.html"
    ]
  },
  "wear/preview/landing": {
    "title": "",
    "resources": [
      "preview/api-overview.html",
      "preview/download.html",
      "preview/setup-sdk.html"
    ]
  },
  "wear/preview/landing/resources": {
    "title": "",
    "resources": [
      "design/wear/index.html",
      "training/building-wearables.html",
      "training/wearables/ui/index.html"
    ]
  },
  "design/auto/auto_ui_guidelines": {
    "title": "",
    "resources": [
+25 −0
Original line number Diff line number Diff line
toc:
- title: Wear Developer Preview
  path: /wear/preview/index.html

- title: Program Overview
  path: /wear/preview/program.html

- title: API Overview
  path: /wear/preview/api-overview.html
  section:
  - title: Expanded Notifications
    path: /wear/preview/features/notifications.html
  - title: Complications
    path: /wear/preview/features/complications.html
  - title: Wear Navigation and Actions
    path: /wear/preview/features/ui-nav-actions.html

- title: Downloads
  path: /wear/preview/downloads.html

- title: Get Started
  path: /wear/preview/start.html

- title: License Agreement
  path: /wear/preview/license.html
+124 −0
Original line number Diff line number Diff line
page.title=Preview API Overview
meta.tags="wear", "wear-preview"
page.tags="wear"
page.image=images/cards/card-n-apis_2x.png
@jd:body




<div id="qv-wrapper">
<div id="qv">
  <h2>Key developer features</h2>
  <ol>
      <ul style="list-style-type:none;">
        <li><a href="#stand-alone">Stand Alone Devices</a>
          <ol>
            <li><a href="#wear-apk">Wear-Specific APKs</a></li>
            <li><a href="#network">Network Access</a></li>
            <li><a href="#auth">Authentication</a></li>
          </ol>
        </li>
        <li><a href="#notify">Notifications and Interactions</a>
          <ol>
            <li><a href="#appoid">Appoids with Chat Templates</a></li>
            <li><a href="#smart-replies">Smart Replies</a></li>
            <li><a href="#remote-input">Remote Input</a></li>
            <li><a href="#imf">Input Method Framework</a></li>
          </ol>
        </li>
        <li><a href="#ui">User Interface Improvements</a>
          <ol>
            <li><a href="#complicatiosn">Complications</a></li>
            <li><a href="#drawers">Navigation and Action Drawers</a></li>
            <li><a href="#button-loc">Button Locations</a></li>
          </ol>
        </li>
      </ol>
</div>
</div>



<p>
  The Android Wear Preview API is still in active development, but you can try
  it now as part of the Wear 2.0 Developer Preview. The sections below
  highlight some of the new features for Wear developers.
</p>


<h2 id="stand-alone">Stand Alone Devices</h2>

<p>Description of developer theme</p>

<h3 id="wear-apk">Wear-Specific APKs</h3>

<p>Description of feature</p>

<p>Sample implementation of feature</p>

<h3 id="network">Network Access</h3>

<p>Description of feature</p>

<p>Sample implementation of feature</p>

<h3 id="auth">Authentication</h3>

<p>Description of feature</p>

<p>Sample implementation of feature</p>



<h2 id="notify">Notifications and Interactions</h2>

<p>Description of developer theme</p>

<h3 id="appoid">Appoids with Chat Templates</h3>

<p>Description of feature</p>

<p>Sample implementation of feature</p>

<h3 id="smart-replies">Smart Replies</h3>

<p>Description of feature</p>

<p>Sample implementation of feature</p>

<h3 id="remote-input">Remote Input</h3>

<p>Description of feature</p>

<p>Sample implementation of feature</p>

<h3 id="imf">Input Method Framework</h3>

<p>Description of feature</p>

<p>Sample implementation of feature</p>



<h2 id="ui">User Interface Improvements</h2>

<p>Description of developer theme</p>

<h3 id="complicatiosn">Complications</h3>

<p>Description of feature</p>

<p>Sample implementation of feature</p>

<h3 id="drawers">Navigation and Action Drawers</h3>

<p>Description of feature</p>

<p>Sample implementation of feature</p>

<h3 id="button-loc">Button Locations</h3>

<p>Description of feature</p>

<p>Sample implementation of feature</p>
+457 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading