blob: c7a3a4e45281c46d9106d29a02af4ce5d1cfac5c [file] [log] [blame]
Robert Ly20555292014-06-13 23:28:19 -07001page.title=Android Auto
2page.viewport_width=970
3fullpage=true
4no_footer_links=true
Robert Lyb8cabe92014-06-15 13:04:43 -07005page.type=about
Robert Ly20555292014-06-13 23:28:19 -07006
7@jd:body
8
9<style>
10.fullpage>#footer,
11#jd-content>.content-footer.wrap {
12 display:none;
13}
14</style>
15
Robert Ly1568c192014-06-15 18:14:06 -070016<style>
17#footer {
Ricardo Cervera5fa67542014-06-15 21:23:16 -070018 display: none;
Robert Ly1568c192014-06-15 18:14:06 -070019}
20.content-footer {
21 display: none;
22}
Ricardo Cervera5fa67542014-06-15 21:23:16 -070023#hero-height {
24 height:calc(100% - 100px);
25}
Robert Ly1568c192014-06-15 18:14:06 -070026</style>
Robert Ly20555292014-06-13 23:28:19 -070027
28
29<div class="landing-body-content">
30 <div class="landing-hero-container">
31
Ricardo Cervera5fa67542014-06-15 21:23:16 -070032 <div id="hero-height" class="landing-section auto-hero">
Robert Ly20555292014-06-13 23:28:19 -070033 <div class="landing-hero-scrim"></div>
34 <div class="landing-hero-wrap">
35 <div class="vertical-center-outer">
36 <div class="vertical-center-inner">
37
38 <div class="col-10">
39 <div class="landing-section-header">
40 <div class="landing-h1 hero">Android Auto</div>
41 <div class="landing-subhead hero">Entertainment and services on your dashboard</div>
Robert Ly1568c192014-06-15 18:14:06 -070042 <div class="landing-hero-description">
43 <p>Display and control your handheld app in vehicles.
44 Build apps with easy-to-use UI templates that
Ricardo Cervera5fa67542014-06-15 21:23:16 -070045 let users keep their eyes on the road.</p>
Robert Ly1568c192014-06-15 18:14:06 -070046 </div>
Robert Ly20555292014-06-13 23:28:19 -070047
48 <div class="landing-body">
49 <a href="{@docRoot}auto/overview.html" class="landing-button landing-primary" style="margin-top: 40px;">
50 Developer Overview
51 </a>
52 </div>
53 </div>
54 </div>
55 </div>
56 </div> <!-- end .wrap -->
57
58 <div class="landing-scroll-down-affordance">
59 <a class="landing-down-arrow" href="#android-in-car">
60 <img src="{@docRoot}wear/images/carrot.png" alt="Scroll down to read more">
61 </a>
62 </div>
63 </div> <!-- end .landing-section .landing-hero -->
64 </div> <!-- end .landing-hero-container -->
65
66 <div class="landing-rest-of-page">
67
68 <div class="landing-section landing-gray-background" id="android-in-car">
69 <div class="wrap">
70 <div class="landing-section-header">
71 <div class="landing-h1">Bringing Android to Your Car</div>
72 </div>
73
74 <div class="landing-body">
75 <p>When users connect their Android phone to an Android Auto enabled vehicle, the
76 system shows an interface that lets users select compatible apps and services to run.
77 </p>
78 <p>Android Auto provides new APIs and tools that your existing Android apps can
79 leverage to run on any compatible vehicle. Users interact with your apps through the
80 touch screen and the physical buttons on the vehicle’s dashboard. Your apps can also
81 respond to voice commands.
82 </p>
83 </div>
84
85 </div> <!-- end .wrap -->
86 </div> <!-- end .landing-section -->
87
Ricardo Cervera5fa67542014-06-15 21:23:16 -070088
89 <div class="landing-section">
90 <div class="wrap">
91 <div class="landing-section-header">
92 <div class="landing-h1">One Platform</div>
93 </div>
94
95 <div class="landing-body">
96 <p>Android Auto is an extension of the Android platform. You can easily adapt
97 existing apps for Android Auto and reuse many of the Android APIs and services you
98 are already familiar with.</p>
99 <p>The Android Auto platform and SDK let you write your apps only once, without having
100 to worry about vehicle-specific hardware differences like screen resolution, software
101 interfaces, knobs and touch controls. Your app runs the same on any compatible
102 vehicle.</p>
103 </div>
104 </div> <!-- end .wrap -->
105 </div> <!-- end .landing-section -->
106
107 <div class="landing-section landing-gray-background" >
Robert Ly20555292014-06-13 23:28:19 -0700108 <div class="wrap">
109 <div class="landing-section-header">
110 <div class="landing-h1">Minimizing Distraction</div>
111 </div>
112
113 <div class="landing-body">
114 <p>We designed Android Auto to minimize driver distraction. Android Auto provides UI
115 templates for several app categories. These templates define the user interaction model
116 for any app and follow international best practices for reducing driver distraction.</p>
117 <p>You can customize these templates to fit your brand and link them to your app’s
118 content and functionality, instead of building new UIs and testing them for driver
119 distraction, which is a lengthy and costly process.</p>
120 <p>Android Auto locks any device that users connect to a compatible vehicle, so drivers
121 interact with the device using voice actions and the vehicle’s input controls.</p>
122 </div>
Robert Ly20555292014-06-13 23:28:19 -0700123 </div> <!-- end .wrap -->
124 </div> <!-- end .landing-section -->
125
126 <div class="landing-section landing-white-background">
127 <div class="wrap">
128 <div class="landing-section-header">
Ricardo Cervera5fa67542014-06-15 21:23:16 -0700129 <div class="landing-h1">Building an Ecosystem</div>
130 </div>
131 <div class="landing-body landing-align-center">
132 <p style="margin-bottom:20px">
Robert Ly20555292014-06-13 23:28:19 -0700133 Android Auto is coming soon to new cars from these manufacturers:
134 </p>
Robert Ly20555292014-06-13 23:28:19 -0700135 </div>
136 <div style="width:800px;margin:0 auto">
137 <img src="{@docRoot}auto/images/carlogos.png" alt="Partners" />
138 </div>
139 </div> <!-- end .wrap -->
140 </div> <!-- end .landing-section -->
141
Ricardo Cervera5fa67542014-06-15 21:23:16 -0700142
143 <div class="landing-section" >
144 <div class="wrap">
145 <div class="landing-section-header">
146 <div class="landing-h1">Developer Stories</div>
147 </div>
148
149 <div class="landing-body">
150 <p>We're working with developers to bring many popular apps to Android Auto:</p>
151 <p>
152
153 </p>
154 </div>
155
156 </div> <!-- end .wrap -->
157 </div> <!-- end .landing-section -->
158
159
Robert Ly20555292014-06-13 23:28:19 -0700160 <div class="landing-section" style="background-color:#f5f5f5">
161 <div class="wrap">
162 <div class="landing-section-header">
163 <div class="landing-pre-h1">Coming soon</div>
164 <div class="landing-h1">Android Auto SDK</div>
165 <div style="text-align:center;margin-top:20px;font-size:14pt;margin-bottom:-5px">
166 <a href="https://docs.google.com/a/google.com/forms/d/1ANgYOoYLkfyZ2JRPSU34Nep5yNaU-Ha2syXJ9b4xLrA/viewform">Sign up for updates</a>
167 </div>
168 </div>
169
170 <div class="landing-body">
171 <p>In the coming months, we’ll be releasing the Android Auto SDK, which includes APIs
172 and tools to make your existing apps compatible with Android Auto. The first version
173 of the SDK will provide templates and APIs for music, podcast, live radio, and audio
174 news apps, as well as limited voice actions.</p>
Ricardo Cervera5fa67542014-06-15 21:23:16 -0700175 <p style="margin-bottom:40px">
176 Future versions of the Android Auto SDK will include support for a selection of
Robert Ly20555292014-06-13 23:28:19 -0700177 Android notifications, additional voice actions, and templates and APIs for
178 messaging, communication, local search, and more.</p>
179
Ricardo Cervera5fa67542014-06-15 21:23:16 -0700180 <a target="_blank" href="http://g.co/androidautodev">
Robert Ly20555292014-06-13 23:28:19 -0700181 <img class="landing-social-image" src="//www.google.com/images/icons/product/gplus-128.png" alt="+Android Auto Developers">
182 </a>
Ricardo Cervera5fa67542014-06-15 21:23:16 -0700183 <p style="margin-bottom:5px">G+ Community</p>
Robert Ly20555292014-06-13 23:28:19 -0700184 <p class="landing-small">
185 Join the Android Auto developer community on Google+ to stay involved, get the
186 latest updates, and exchange experiences with other developers.
Ricardo Cervera5fa67542014-06-15 21:23:16 -0700187 <a target="_blank" href="http://g.co/androidautodev">+Android Auto Developers</a>
Robert Ly20555292014-06-13 23:28:19 -0700188 </p>
189 </div>
190
191 </div> <!-- end .wrap -->
192 </div> <!-- end .landing-section -->
193
194 </div> <!-- end .landing-rest-of-page -->
195
196
197 <div class="content-footer wrap" itemscope="" itemtype="http://schema.org/SiteNavigationElement">
198 <div class="layout-content-col col-16" style="padding-top:4px">
199 <style>#___plusone_0 {float:right !important;}</style>
200 <div class="g-plusone" data-size="medium"></div>
201 </div>
202 </div>
203 <div id="footer" class="wrap" style="width:940px;position:relative;top:-35px;z-index:-1">
204 <div id="copyright">
205 Except as noted, this content is
206 licensed under <a href="http://creativecommons.org/licenses/by/2.5/">
207 Creative Commons Attribution 2.5</a>. For details and
208 restrictions, see the <a href="/license.html">Content
209 License</a>.
210 </div>
211 </div>
212
213
214 </div> <!-- end landing-body-content -->
215
216 <script>
217 $("a.landing-down-arrow").on("click", function(e) {
218 $("body").animate({
Ricardo Cervera5fa67542014-06-15 21:23:16 -0700219 scrollTop: $(".auto-hero").height() + 120
Robert Ly20555292014-06-13 23:28:19 -0700220 }, 1000, "easeOutQuint");
221 e.preventDefault();
222 });
223 </script>