From 66d14b5733c20e1b10dd9ea1ef18f559c5a2372d Mon Sep 17 00:00:00 2001 From: Joe Fernandez Date: Fri, 6 Mar 2015 16:08:13 -0800 Subject: docs: updated Auto training landing page Change-Id: I407681892071b82523c5533539c777f77a8dd429 --- docs/html/jd_collections.js | 31 ++++++++++++ docs/html/jd_extras.js | 8 +-- docs/html/training/auto/audio/index.jd | 3 ++ docs/html/training/auto/index.jd | 81 ++++++++++++++++++++++++++++-- docs/html/training/auto/messaging/index.jd | 3 ++ docs/html/training/enterprise/index.jd | 1 - 6 files changed, 119 insertions(+), 8 deletions(-) diff --git a/docs/html/jd_collections.js b/docs/html/jd_collections.js index ef021a6..05a8a3e 100644 --- a/docs/html/jd_collections.js +++ b/docs/html/jd_collections.js @@ -1112,6 +1112,37 @@ var RESOURCE_COLLECTIONS = { "shareables/auto/AndroidAuto-custom-colors.pdf" ] }, + "training/auto/overview": { + "title": "", + "resources": [ + "training/auto/start/index.html", + "design/auto/index.html", + "shareables/auto/AndroidAuto-custom-colors.pdf" + ] + }, + "training/auto/messaging": { + "title": "", + "resources": [ + "training/auto/messaging/index.html", + "shareables/auto/AndroidAuto-messaging-apps.pdf", + "samples/MessagingService/index.html" + ] + }, + "training/auto/media": { + "title": "", + "resources": [ + "training/auto/audio/index.html", + "shareables/auto/AndroidAuto-audio-apps.pdf", + "samples/MediaBrowserService/index.html" + ] + }, + "training/auto/distribute": { + "title": "", + "resources": [ + "distribute/essentials/quality/auto.html", + "distribute/googleplay/auto.html" + ] + }, "distribute/stories/games": { "title": "", "resources": [ diff --git a/docs/html/jd_extras.js b/docs/html/jd_extras.js index 842a10d..bad0e14 100644 --- a/docs/html/jd_extras.js +++ b/docs/html/jd_extras.js @@ -1648,7 +1648,7 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "title": "Android Auto Audio Apps UI Guidelines", "summary": "Guidelines for designing audio apps that work with Auto. ", "keywords": ["design", "Auto", "Automotive"], - "type": "PDF DOWNLOAD (1.1MB)", + "type": "Design", "titleFriendly": "" }, { @@ -1661,7 +1661,7 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "title": "Android Auto Messaging Apps UI Guidelines", "summary": "Guidelines for designing messaging apps that work with Auto. ", "keywords": ["design", "Auto", "Automotive"], - "type": "PDF DOWNLOAD (628KB)", + "type": "Design", "titleFriendly": "" }, { @@ -1670,11 +1670,11 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "tags": [], "url": "shareables/auto/AndroidAuto-custom-colors.pdf", "timestamp": null, - "image": "auto/images/assets/icons/auto_app_in_simulator.png", + "image": "auto/images/ui/gearhead_generic_UI.png", "title": "Android Auto Color Customization UI Guidelines", "summary": "Guidelines for color-customizing apps that work with Auto. ", "keywords": ["design", "Auto", "Automotive"], - "type": "PDF DOWNLOAD (779KB)", + "type": "Design", "titleFriendly": "" }, { 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
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 + + +

+ 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. +

+ +

+ 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. +

+ +

+ For more information, follow the links below to learn how to extend your Android app to support + use in vehicles. +

+ + +

Get Started

+ +

+ Learn the basics of extending your app for use in vehicles, with information about app + configuration and user interface design considerations: +

+ +
+
+ + +

Audio Apps

+ +

+ Learn how to extend your audio app to enable content navigation and playback through a vehicle + console: +

+ +
+
+ + +

Messaging Apps

+ +

+ Learn how to extend your messaging app to provide text communication services through a vehicle + console: +

+ +
+
+ + +

App Quality and Distribution

+

+ Learn how to distribute your Auto app and how apps are evaluated for quality and driver safety: +

-

These classes teach you how to build and extend apps to work with Auto devices.

\ No newline at end of file +
+
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
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 -- cgit v1.1