diff options
| author | Joe Fernandez <joefernandez@google.com> | 2015-03-19 05:44:33 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2015-03-19 05:44:33 +0000 |
| commit | ebaf79018b5bcfbe83f5877d5360a1c0d46d0b97 (patch) | |
| tree | 0081de6890aeb4d18e3d0e1c8800c533c9174889 /docs/html/training | |
| parent | 7e7f3658b90da46ae8b44577420ebd6ee0e9ffa1 (diff) | |
| parent | cbdfa09fc56995c8c99e8684b8c52e4f9d247a50 (diff) | |
| download | frameworks_base-ebaf79018b5bcfbe83f5877d5360a1c0d46d0b97.zip frameworks_base-ebaf79018b5bcfbe83f5877d5360a1c0d46d0b97.tar.gz frameworks_base-ebaf79018b5bcfbe83f5877d5360a1c0d46d0b97.tar.bz2 | |
am cbdfa09f: am f8b9e92b: am ae454257: am b67971b5: Merge "docs: updated Auto training landing page" into lmp-docs
* commit 'cbdfa09fc56995c8c99e8684b8c52e4f9d247a50':
docs: updated Auto training landing page
Diffstat (limited to 'docs/html/training')
| -rw-r--r-- | docs/html/training/auto/audio/index.jd | 3 | ||||
| -rw-r--r-- | docs/html/training/auto/index.jd | 81 | ||||
| -rw-r--r-- | docs/html/training/auto/messaging/index.jd | 3 | ||||
| -rw-r--r-- | docs/html/training/enterprise/index.jd | 1 |
4 files changed, 84 insertions, 4 deletions
diff --git a/docs/html/training/auto/audio/index.jd b/docs/html/training/auto/audio/index.jd index 1241809..56ec90a 100644 --- a/docs/html/training/auto/audio/index.jd +++ b/docs/html/training/auto/audio/index.jd @@ -2,6 +2,9 @@ page.title=Providing Audio Playback for Auto page.tags="auto", "car", "automotive", "audio" page.article=true +page.metaDescription=Learn how to extend your audio apps for use in Android Auto devices. +page.image=auto/images/assets/icons/media_app_playback.png + @jd:body <div id="tb-wrapper"> diff --git a/docs/html/training/auto/index.jd b/docs/html/training/auto/index.jd index 26eee32..c34911c 100644 --- a/docs/html/training/auto/index.jd +++ b/docs/html/training/auto/index.jd @@ -1,9 +1,84 @@ page.title=Building Apps for Auto -page.trainingcourse=true +page.article=true + +meta.tags="auto" +page.tags="auto" + page.metaDescription=Starting point for building apps for Auto, with guidelines, information, and examples. -page.image=design/tv/images/focus.png + @jd:body +<iframe width="448" height="252" src="//www.youtube.com/embed/ctiaVxgclsg?autohide=1&showinfo=0" frameborder="0" allowfullscreen="" style="float: right; margin: 0 0 20px 20px;"></iframe> + +<p> + The Android platform enables you to extend your app to work with in-vehicle console systems + running Android Auto. These systems provide a simplified interface for apps that can be used in + a car, allowing users to take your app with them on the way to the grocery store or on a long + road trip. +</p> + +<p> + Apps that work with Android Auto consoles run on a connected device, such as a phone or + tablet. The app communicates via specific APIs with the in-dash console, which provides a user + interface for the connected app that is designed for use in a car. +</p> + +<p> + For more information, follow the links below to learn how to extend your Android app to support + use in vehicles. +</p> + + +<h2 id="overview">Get Started</h2> + +<p> + Learn the basics of extending your app for use in vehicles, with information about app + configuration and user interface design considerations: +</p> + +<div class="resource-widget resource-flow-layout col-12" + data-query="collection:training/auto/overview" + data-cardSizes="12x6, 6x3x2" + data-maxresults="6"> +</div> + + +<h2 id="media">Audio Apps</h2> + +<p> + Learn how to extend your audio app to enable content navigation and playback through a vehicle + console: +</p> + +<div class="resource-widget resource-flow-layout landing col-12" + data-query="collection:training/auto/media" + data-cardSizes="9x6, 9x3x2" + data-maxResults="4"> +</div> + + +<h2 id="messaging">Messaging Apps</h2> + +<p> + Learn how to extend your messaging app to provide text communication services through a vehicle + console: +</p> + +<div class="resource-widget resource-flow-layout landing col-12" + data-query="collection:training/auto/messaging" + data-cardSizes="9x6, 9x3x2" + data-maxResults="6"> +</div> + + +<h2 id="distribute">App Quality and Distribution</h2> +<p> + Learn how to distribute your Auto app and how apps are evaluated for quality and driver safety: +</p> -<p>These classes teach you how to build and extend apps to work with Auto devices.</p>
\ No newline at end of file +<div class="resource-widget resource-flow-layout landing col-12" + data-query="collection:training/auto/distribute" + data-cardSizes="9x3" + data-maxResults="6"> +</div> diff --git a/docs/html/training/auto/messaging/index.jd b/docs/html/training/auto/messaging/index.jd index 70ac205..7540a3f 100644 --- a/docs/html/training/auto/messaging/index.jd +++ b/docs/html/training/auto/messaging/index.jd @@ -2,6 +2,9 @@ page.title=Providing Messaging for Auto page.tags="auto", "car", "automotive", "messaging" page.article=true +page.metaDescription=Learn how to extend your messaging app for use in Android Auto devices. +page.image=auto/images/assets/icons/messaging_app_notifications.png + @jd:body <div id="tb-wrapper"> diff --git a/docs/html/training/enterprise/index.jd b/docs/html/training/enterprise/index.jd index 10be14e..fce09b9 100644 --- a/docs/html/training/enterprise/index.jd +++ b/docs/html/training/enterprise/index.jd @@ -2,7 +2,6 @@ page.title=Building Apps for Work meta.tags="work, enterprise, corporate" page.tags="work", "enterprise", "corporate" page.metaDescription=Learn how to build Android apps for the enterprise and take advantage of Google's Android for Work program. -page.tags="education" page.article=true @jd:body |
