blob: e4bbed42959db7b4225c3953507998015caf4e0b [file] [log] [blame]
Scott Main4aa9c6d2014-06-25 00:58:45 +00001<!DOCTYPE html>
2
3<html>
4<head>
5
6
7<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8<meta name="viewport" content="width=970" />
9
10<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
11<title>Coming Soon | Android Developers</title>
12
13<!-- STYLESHEETS -->
14<link rel="stylesheet"
15href="//fonts.googleapis.com/css?family=Roboto+Condensed">
16<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:light,regular,medium,thin,italic,mediumitalic,bold"
17 title="roboto">
18<link href="default.css" rel="stylesheet" type="text/css">
19
20
21
22<!-- JAVASCRIPT -->
23<script src="//www.google.com/jsapi" type="text/javascript"></script>
24<script src="/assets/js/android_3p-bundle.js" type="text/javascript"></script>
25<script type="text/javascript">
26 var toRoot = "/";
27 var metaTags = [];
28 var devsite = false;
29</script>
30<script src="/assets/js/docs.js" type="text/javascript"></script>
31
32<script>
33 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
34 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
35 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
36 })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
37
38 ga('create', 'UA-5831155-1', 'android.com');
39 ga('create', 'UA-49880327-2', 'android.com', {'name': 'universal'}); // New tracker);
40 ga('send', 'pageview');
41 ga('universal.send', 'pageview'); // Send page view for new tracker.
42</script>
43
44</head>
45
46<body class="gc-documentation
47
48" itemscope itemtype="http://schema.org/Article">
49
50
51<a name="top"></a>
52<div id="body-content">
53<div class="fullpage" >
54<div id="jd-content">
55 <div class="jd-descr" itemprop="articleBody">
56 <style>
57.fullpage>#footer,
58#jd-content>.content-footer.wrap {
59 display:none;
60}
61</style>
62
63<style>
64#footer {
65 display: none;
66}
67.content-footer {
68 display: none;
69}
70.landing-section h2 {
71 font-size:50px;
72 text-align:center;
73 font-weight:100;
74}
75h1.landing-h1 {
76 margin:80px 0 60px;
77}
78</style>
79
80 <div class="landing-rest-of-page">
81 <h1 class="landing-h1">Coming June 26, 2014</h1>
82 <div class="landing-subhead" style="margin-bottom:160px">
83 We've just announced these new developer platforms!<br>
84 Visit <a href="http://developer.android.com">developer.android.com</a> tomorrow to get started.
85 </div>
86
87 <div class="landing-section landing-gray-background" style="padding-top:30px">
88 <div class="wrap">
89
90 <div class="landing-section-header" style="margin:0">
91 <h2 class="norule">Android L Developer Preview</h2>
92 <div class="landing-subhead">
93 Get an early look at the next platform release and get your apps ready for when
94 it officially launches.
95 </div>
96
97 <img src="/preview/images/l-dev-prev.png" style=" margin:0px 0 0 40px" width="860px"/>
98
99 </div>
100
101 <div class="landing-body">
102 <div class="landing-breakout cols" style="margin-top:0">
103 <div class="col-4">
104 <p>A New UI Design</p>
105 <p class="landing-small">
106 Create a consistent experience across mobile and the web with
107 <b>material design</b>, the new Google-wide standard.
108 </p>
109 </div>
110 <div class="col-4">
111 <p>A New Runtime</p>
112 <p class="landing-small">
113 Test your apps and get them ready for <b>ART</b> (<b>A</b>ndroid <b>R</b>un<b>t</b>ime),
114 the default runtime in the next release.
115 </p>
116 </div>
117 <div class="col-4">
118 <p style="width:230px">Enhanced Notifications</p>
119 <p class="landing-small">
120 Get control over where notifications appear,
121 how they look, and how they sync to non-handheld devices.
122 </p>
123 </div>
124 <div class="col-4">
125 <p>Increased Efficiency</p>
126 <p class="landing-small">
127 <b>Project Volta</b> is our effort to make the platform energy efficient and
128 to give you more control over resource usage.
129 </p>
130 </div>
131 </div>
132 </div>
133 </div> <!-- end .wrap -->
134 </div> <!-- end .landing-section -->
135
136
137
138<div class="landing-section">
139 <div class="wrap">
140 <div class="landing-section-header">
141 <h2 class="norule">Android Wear SDK</h2>
142 <div class="landing-subhead">
143 Android Wear extends the Android platform to a new generation of devices,
144with a user experience that's designed specifically for wearables.
145 </div>
146 </div>
147
148 <div class="landing-body">
149 <div class="landing-breakout cols">
150 <div class="col-4">
smain@google.com12df4f92014-06-25 11:07:05 -0700151 <img src="/preview/images/notifications.png" alt="">
Scott Main4aa9c6d2014-06-25 00:58:45 +0000152 <p>Synced Notifications</p>
153 <p class="landing-small">
154 Notifications on handhelds can automatically sync to wearables, so design them
155 with both devices in mind.
156 </p>
157 </div>
158 <div class="col-4">
smain@google.com12df4f92014-06-25 11:07:05 -0700159 <img src="/preview/images/apps.png" alt="">
Scott Main4aa9c6d2014-06-25 00:58:45 +0000160 <p>Wearable Apps</p>
161 <p class="landing-small">
162 Create custom experiences with activities, services, sensors, and much
163 more with the Android SDK.
164 </p>
165 </div>
166 <div class="col-4">
smain@google.com12df4f92014-06-25 11:07:05 -0700167 <img src="/preview/images/send-data.png" alt="">
Scott Main4aa9c6d2014-06-25 00:58:45 +0000168 <p>Send Data</p>
169 <p class="landing-small">
170 Send data and actions between handhelds and wearables with
171 data replication APIs and RPCs.
172 </p>
173 </div>
174 <div class="col-4">
smain@google.com12df4f92014-06-25 11:07:05 -0700175 <img src="/preview/images/voice.png" alt="">
Scott Main4aa9c6d2014-06-25 00:58:45 +0000176 <p>Voice Actions</p>
177 <p class="landing-small">
178 Register your app to handle voice actions, like "Ok Google, take a&nbsp;note,"
179 for a hands-free experience.
180 </p>
181 </div>
182 </div>
183 </div>
184 </div> <!-- end .wrap -->
185</div>
186
187
188
189
190
191<div class="landing-section landing-gray-background">
192 <div class="wrap">
193 <div class="landing-section-header">
194 <h2 class="norule">Android TV Preview SDK</h2>
195 <div class="landing-subhead">
196 Design your app to shine on the biggest screen in the house.
197 </div>
198 </div>
199
200
201 <div class="landing-body">
202 <div class="landing-breakout cols">
203
204 <div class="col-3-wide">
205 <img src="/preview/images/tv-components.png" alt="TV layout components" style="margin-left: 23px;">
206
207 <p>Made for TV</p>
208 <p class="landing-small">
209 Take advantage of pre-built fragments for browsing and interacting with media
210 catalogs.
211 </p>
212 </div>
213
214 <div class="col-3-wide">
215 <img src="/preview/images/tv-search.png" alt="Search" style="margin-left: 23px;">
216
217 <p>Get Found</p>
218 <p class="landing-small">
219 Help users find your content quickly with in-app searching.
220 </p>
221 </div>
222
223 <div class="col-3-wide">
224 <img src="/preview/images/tv-recommendations.png" alt="Recommendations" style="margin-left: 23px;">
225
226 <p>Recommend</p>
227 <p class="landing-small">
228 Suggest content from your app to keep your users coming back.
229 </p>
230 </div>
231
232 </div>
233
234 </div>
235 </div> <!-- end .wrap -->
236 </div>
237
238
239
240
241
242
243
244
245<div class="landing-section">
246 <div class="wrap">
247 <div class="landing-section-header">
248 <h2 class="norule">Android Auto SDK</h2>
249 <div class="landing-subhead">
250 Later this year, you'll be able to extend your apps to cars with the Auto SDK
251 </div>
252 </div>
253
254 <div class="landing-body">
255 <div class="landing-breakout cols">
256 <div class="col-8">
257 <img src="/preview/images/auto-nav.png" alt="">
258 <p style="padding:0">Build for One Platform</p>
259 <p style="padding:0" class="landing-small">
260 Write your apps without having to worry about vehicle-specific hardware differences like screen resolution, software interfaces, knobs, and touch controls. Your users get the same experience on any compatible vehicle such as a consistent app launcher and system events such as notifications.
261 </p>
262 </div>
263 <div class="col-8">
264 <img src="/preview/images/auto-music.png" alt="">
265 <p style="padding:0">Minimize Distraction</p>
266 <p style="padding:0" class="landing-small">
267 Android Auto defines the user interaction model for all apps and let you hook into a standard UI with touch and voice controls. The interface is designed to reduce driver distraction while still letting you customize and brand them to properly deliver your content.
268 </p>
269 </div>
270 </div>
271 </div>
272 </div> <!-- end .wrap -->
273</div>
274
275
276
277
278
279
280<div class="landing-section landing-gray-background">
281 <div class="wrap">
282 <div class="landing-section-header">
283 <h2 class="norule">Related Links</h2>
284 <div class="landing-subhead">
285 Learn more about these Android announcements
286 </div>
287 </div>
288
289 <div class="landing-body">
290 <div class="landing-breakout cols">
291 <div class="col-4">
292 <p><a href="http://www.android.com/wear/index.html">Android Wear</a></p>
293 </div>
294 <div class="col-4">
295 <p><a href="http://www.android.com/tv/index.html">Android TV</a></p>
296 </div>
297 <div class="col-4">
298 <p><a href="http://www.android.com/auto/index.html">Android Auto</a></p>
299 </div>
300 <div class="col-4">
301 <p><a href="http://android-developers.blogspot.com/">Developer Blog</a></p>
302 </div>
303 </div>
304
305 </div>
306
307 </div><!-- wrap -->
308</div><!-- landing section -->
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330 <div class="content-footer wrap" itemscope="" itemtype="http://schema.org/SiteNavigationElement">
331 <div class="layout-content-col col-16" style="padding-top:4px">
332 <style>#___plusone_0 {float:right !important;}</style>
333 <div class="g-plusone" data-size="medium"></div>
334 </div>
335 </div>
336 <div id="footer" class="wrap" style="width:940px;position:relative;top:-35px;z-index:-1">
337 <div id="copyright">
338 Except as noted, this content is
339 licensed under <a href="http://creativecommons.org/licenses/by/2.5/">
340 Creative Commons Attribution 2.5</a>. For details and
341 restrictions, see the <a href="/license.html">Content
342 License</a>.
343 </div>
344 </div>
345 </div> <!-- end landing-body-content -->
346
347 <script>
348 $("a.landing-down-arrow").on("click", function(e) {
349 $("body").animate({
350 scrollTop: $(".preview-hero").height() + 76
351 }, 1000, "easeOutQuint");
352 e.preventDefault();
353 });
354 </script>
355 </div>
356
357 <div class="content-footer wrap"
358 itemscope itemtype="http://schema.org/SiteNavigationElement">
359
360 <div class="paging-links layout-content-col col-10">
361
362 </div>
363 <div class="layout-content-col plus-container col-2" >
364 <style>#___plusone_0 {float:right !important;}</style>
365 <div class="g-plusone" data-size="medium"></div>
366
367 </div>
368
369 </div>
370
371
372
373
374 </div> <!-- end jd-content -->
375
376<div id="footer" class="wrap" style="width:940px">
377
378
379 <div id="copyright">
380
381 Except as noted, this content is
382 licensed under <a href="http://creativecommons.org/licenses/by/2.5/">
383 Creative Commons Attribution 2.5</a>. For details and
384 restrictions, see the <a href="/license.html">Content
385 License</a>.
386 </div>
387
388
389</div> <!-- end footer -->
390</div><!-- end doc-content -->
391
392</div> <!-- end body-content -->
393
394
395
396
397
398 <script src="https://developer.android.com/ytblogger_lists_unified.js" type="text/javascript"></script>
399 <script src="/jd_lists_unified.js" type="text/javascript"></script>
400 <script src="/jd_extras.js" type="text/javascript"></script>
401 <script src="/jd_collections.js" type="text/javascript"></script>
402 <script src="/jd_tag_helpers.js" type="text/javascript"></script>
403
404</body>
405</html>