blob: 652ea1ad55fc4c23370b66c8ecb1444adfa7f08f [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 {
18 display: none;
19}
20.content-footer {
21 display: none;
22}
23</style>
Robert Ly20555292014-06-13 23:28:19 -070024
25
26<div class="landing-body-content">
27 <div class="landing-hero-container">
28
29 <div class="landing-section auto-hero">
Robert Ly20555292014-06-13 23:28:19 -070030 <div class="landing-hero-scrim"></div>
31 <div class="landing-hero-wrap">
32 <div class="vertical-center-outer">
33 <div class="vertical-center-inner">
34
35 <div class="col-10">
36 <div class="landing-section-header">
37 <div class="landing-h1 hero">Android Auto</div>
38 <div class="landing-subhead hero">Entertainment and services on your dashboard</div>
Robert Ly1568c192014-06-15 18:14:06 -070039 <div class="landing-hero-description">
40 <p>Display and control your handheld app in vehicles.
41 Build apps with easy-to-use UI templates that
42 let users keep ther eyes on the road.</p>
43 </div>
Robert Ly20555292014-06-13 23:28:19 -070044
45 <div class="landing-body">
46 <a href="{@docRoot}auto/overview.html" class="landing-button landing-primary" style="margin-top: 40px;">
47 Developer Overview
48 </a>
49 </div>
50 </div>
51 </div>
52 </div>
53 </div> <!-- end .wrap -->
54
55 <div class="landing-scroll-down-affordance">
56 <a class="landing-down-arrow" href="#android-in-car">
57 <img src="{@docRoot}wear/images/carrot.png" alt="Scroll down to read more">
58 </a>
59 </div>
60 </div> <!-- end .landing-section .landing-hero -->
61 </div> <!-- end .landing-hero-container -->
62
63 <div class="landing-rest-of-page">
64
65 <div class="landing-section landing-gray-background" id="android-in-car">
66 <div class="wrap">
67 <div class="landing-section-header">
68 <div class="landing-h1">Bringing Android to Your Car</div>
69 </div>
70
71 <div class="landing-body">
72 <p>When users connect their Android phone to an Android Auto enabled vehicle, the
73 system shows an interface that lets users select compatible apps and services to run.
74 </p>
75 <p>Android Auto provides new APIs and tools that your existing Android apps can
76 leverage to run on any compatible vehicle. Users interact with your apps through the
77 touch screen and the physical buttons on the vehicles dashboard. Your apps can also
78 respond to voice commands.
79 </p>
80 </div>
81
82 </div> <!-- end .wrap -->
83 </div> <!-- end .landing-section -->
84
85 <div class="landing-section" >
86 <div class="wrap">
87 <div class="landing-section-header">
88 <div class="landing-h1">Minimizing Distraction</div>
89 </div>
90
91 <div class="landing-body">
92 <p>We designed Android Auto to minimize driver distraction. Android Auto provides UI
93 templates for several app categories. These templates define the user interaction model
94 for any app and follow international best practices for reducing driver distraction.</p>
95 <p>You can customize these templates to fit your brand and link them to your apps
96 content and functionality, instead of building new UIs and testing them for driver
97 distraction, which is a lengthy and costly process.</p>
98 <p>Android Auto locks any device that users connect to a compatible vehicle, so drivers
99 interact with the device using voice actions and the vehicles input controls.</p>
100 </div>
101
102 </div> <!-- end .wrap -->
103 </div> <!-- end .landing-section -->
104
105 <div class="landing-section landing-white-background">
106 <div class="wrap">
107 <div class="landing-section-header">
108 <div class="landing-h2">Building an Ecosystem</div>
109 <div class="landing-body landing-align-center">
110 <p class="landing-small">
111 Android Auto is coming soon to new cars from these manufacturers:
112 </p>
113 </div>
114 </div>
115
116 </div>
117 <div style="width:800px;margin:0 auto">
118 <img src="{@docRoot}auto/images/carlogos.png" alt="Partners" />
119 </div>
120 </div> <!-- end .wrap -->
121 </div> <!-- end .landing-section -->
122
123 <div class="landing-section" style="background-color:#f5f5f5">
124 <div class="wrap">
125 <div class="landing-section-header">
126 <div class="landing-pre-h1">Coming soon</div>
127 <div class="landing-h1">Android Auto SDK</div>
128 <div style="text-align:center;margin-top:20px;font-size:14pt;margin-bottom:-5px">
129 <a href="https://docs.google.com/a/google.com/forms/d/1ANgYOoYLkfyZ2JRPSU34Nep5yNaU-Ha2syXJ9b4xLrA/viewform">Sign up for updates</a>
130 </div>
131 </div>
132
133 <div class="landing-body">
134 <p>In the coming months, well be releasing the Android Auto SDK, which includes APIs
135 and tools to make your existing apps compatible with Android Auto. The first version
136 of the SDK will provide templates and APIs for music, podcast, live radio, and audio
137 news apps, as well as limited voice actions.</p>
138 <p>Future versions of the Android Auto SDK will include support for a selection of
139 Android notifications, additional voice actions, and templates and APIs for
140 messaging, communication, local search, and more.</p>
141
142 <a target="_blank" href="http://g.co/androidweardev">
143 <img class="landing-social-image" src="//www.google.com/images/icons/product/gplus-128.png" alt="+Android Auto Developers">
144 </a>
145 <p>G+ Community</p>
146 <p class="landing-small">
147 Join the Android Auto developer community on Google+ to stay involved, get the
148 latest updates, and exchange experiences with other developers.
149 <a target="_blank" href="http://g.co/androidweardev">+Android Auto Developers</a>
150 </p>
151 </div>
152
153 </div> <!-- end .wrap -->
154 </div> <!-- end .landing-section -->
155
156 </div> <!-- end .landing-rest-of-page -->
157
158
159 <div class="content-footer wrap" itemscope="" itemtype="http://schema.org/SiteNavigationElement">
160 <div class="layout-content-col col-16" style="padding-top:4px">
161 <style>#___plusone_0 {float:right !important;}</style>
162 <div class="g-plusone" data-size="medium"></div>
163 </div>
164 </div>
165 <div id="footer" class="wrap" style="width:940px;position:relative;top:-35px;z-index:-1">
166 <div id="copyright">
167 Except as noted, this content is
168 licensed under <a href="http://creativecommons.org/licenses/by/2.5/">
169 Creative Commons Attribution 2.5</a>. For details and
170 restrictions, see the <a href="/license.html">Content
171 License</a>.
172 </div>
173 </div>
174
175
176 </div> <!-- end landing-body-content -->
177
178 <script>
179 $("a.landing-down-arrow").on("click", function(e) {
180 $("body").animate({
181 scrollTop: $(".wear-hero").height() + 76
182 }, 1000, "easeOutQuint");
183 e.preventDefault();
184 });
185 </script>