blob: acecdfa425682a76ff210a6cf61668cd1561d05b [file] [log] [blame]
Robert Ly26115661a2014-06-18 19:56:05 -07001<!DOCTYPE html>
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86<html>
87<head>
88
89
90<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
91<meta name="viewport" content="width=970" />
92
93<meta name="Description" content="Test and build your apps against the next version of Android to ensure they're ready when the platform officially launches.">
94<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
95<title>Android L Developer Preview | Android Developers</title>
96
97<!-- STYLESHEETS -->
98<link rel="stylesheet"
99href="//fonts.googleapis.com/css?family=Roboto+Condensed">
100<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:light,regular,medium,thin,italic,mediumitalic,bold"
101 title="roboto">
102<link href="/assets/css/default.css" rel="stylesheet" type="text/css">
103
104
105
106<!-- JAVASCRIPT -->
107<script src="//www.google.com/jsapi" type="text/javascript"></script>
108<script src="/assets/js/android_3p-bundle.js" type="text/javascript"></script>
109<script type="text/javascript">
110 var toRoot = "/";
111 var metaTags = [];
112 var devsite = false;
113</script>
114<script src="/assets/js/docs.js" type="text/javascript"></script>
115
116<script>
117 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
118 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
119 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
120 })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
121
122 ga('create', 'UA-5831155-1', 'android.com');
123 ga('create', 'UA-49880327-2', 'android.com', {'name': 'universal'}); // New tracker);
124 ga('send', 'pageview');
125 ga('universal.send', 'pageview'); // Send page view for new tracker.
126</script>
127
128</head>
129
Joe Fernandezf50f51c2014-06-27 17:00:59 -0700130<body class="gc-documentation
Robert Ly26115661a2014-06-18 19:56:05 -0700131
132" itemscope itemtype="http://schema.org/Article">
133
Joe Fernandezf50f51c2014-06-27 17:00:59 -0700134
Robert Ly26115661a2014-06-18 19:56:05 -0700135<a name="top"></a>
136<div id="body-content">
137<div class="fullpage" >
138<div id="jd-content">
139 <div class="jd-descr" itemprop="articleBody">
140 <style>
141.fullpage>#footer,
142#jd-content>.content-footer.wrap {
143 display:none;
144}
145</style>
146
147<style>
148#footer {
149 display: none;
150}
151.content-footer {
152 display: none;
153}
154</style>
155
156 <div class="landing-rest-of-page">
157 <div class="landing-section" style="padding-top:30px">
158 <div class="wrap">
159 <div class="landing-section-header">
160 <div class="landing-h1">Android L Developer Preview</div>
161 <div class="landing-subhead">
162 Get an early look at the next release and get your apps ready when the
163 platform officially launches.
164 </div>
165
Robert Ly7c5f1f12014-06-19 16:49:06 -0700166 <img src="/preview/images/l-dev-prev.png" style=" margin:0px 0 0 40px" width="860px"/>
167 <div class="col-6" style="margin-left:660px; margin-top:-105px">
smain@google.com8dd4d092014-06-24 12:07:50 -0700168 <a href="/preview/setup-sdk.html" class="landing-button landing-primary" style="position:absolute;z-index:100;float:right;margin-top: 0px;">Get Started</a><!--
Robert Ly26115661a2014-06-18 19:56:05 -0700169 <p>Set up your environment and check out all the docs to get up and running.</p>-->
Joe Fernandezf50f51c2014-06-27 17:00:59 -0700170
171
Robert Ly26115661a2014-06-18 19:56:05 -0700172 </div>
173 </div>
174 </div> <!-- end .wrap -->
175 </div> <!-- end .landing-section -->
176
177
178
Robert Ly7c5f1f12014-06-19 16:49:06 -0700179<div class="landing-section landing-gray-background" style="margin-top:-135px; padding-bottom:20px">
Robert Ly26115661a2014-06-18 19:56:05 -0700180 <div class="wrap">
181 <div class="cols">
182<div class="landing-body" style="margin-top:-80px" >
183
184 <div class="landing-breakout cols">
185 <div class="col-4">
186 <p>A New UI Design</p>
187 <p class="landing-small">
188 Create a consistent experience across mobile and the web with
Robert Ly7c5f1f12014-06-19 16:49:06 -0700189 <b>material design</b>, the new Google-wide standard.
Robert Ly26115661a2014-06-18 19:56:05 -0700190 </p>
191 <p class="landing-small">
192 <a href="/preview/material/index.html">Learn about material</a>
193 </p>
194 </div>
195 <div class="col-4">
Robert Ly7c5f1f12014-06-19 16:49:06 -0700196 <p>A New Runtime</p>
Robert Ly26115661a2014-06-18 19:56:05 -0700197 <p class="landing-small">
198 Test your apps and get them ready for <b>ART</b> (<b>A</b>ndroid <b>R</b>un<b>t</b>ime),
199 the default runtime in the next release.
200 </p>
201 <p class="landing-small">
202 <a href="/preview/api-overview.html#ART">Learn about ART</a>
203 </p>
204 </div>
205 <div class="col-4">
206 <p style="width:230px">Enhanced Notifications</p>
207 <p class="landing-small">
Robert Ly7c5f1f12014-06-19 16:49:06 -0700208 Get control over where notifications appear,
209 how they look, and how they sync to non-handheld devices.
Robert Ly26115661a2014-06-18 19:56:05 -0700210 </p>
211 <p class="landing-small">
Robert Lyc9334fb2014-06-19 17:00:55 -0700212 <a href="/preview/api-overview.html#UI">Learn about notifications</a>
Robert Ly26115661a2014-06-18 19:56:05 -0700213 </p>
214 </div>
215 <div class="col-4">
Robert Ly7c5f1f12014-06-19 16:49:06 -0700216 <p>Increased Efficiency</p>
Robert Ly26115661a2014-06-18 19:56:05 -0700217 <p class="landing-small">
Robert Ly7c5f1f12014-06-19 16:49:06 -0700218 <b>Project Volta</b> is our effort to make the platform energy efficient and
Robert Ly26115661a2014-06-18 19:56:05 -0700219 to give you more control over resource usage.
220 </p>
221 <p class="landing-small">
Robert Lyc9334fb2014-06-19 17:00:55 -0700222 <a href="/preview/api-overview.html#Power">Learn about Project Volta</a>
Robert Ly26115661a2014-06-18 19:56:05 -0700223 </p>
224 </div>
225 </div>
226 <p style="margin-left:20px">See the <a href="/preview/api-overview.html">API overview</a> for more information
227 on the rest of the new and updated features.</p>
228 </div>
229 </div></div></div>
230 <div class="landing-section">
231 <div class="wrap">
232 <div class="cols">
233 <div class="landing-body">
234 <div class="col-3-wide">
235 <a target="_blank" href="https://code.google.com/p/android-developer-preview/">
236 <img class="landing-social-image" src="/preview/images/bugs.png" alt="">
237 </a>
238 <div class="landing-social-copy">
239 <p>Issue Tracker</p>
240 <p class="landing-small">
241 Let us know when you encounter problems, so we can fix them and make
242 the platform better for you and your users.
243 </p><p class="landing-small">
Robert Ly93de4812014-06-23 13:21:10 -0700244 <a href="https://code.google.com/p/android-developer-preview/">
Robert Ly26115661a2014-06-18 19:56:05 -0700245 Report Issues</a>
246 </p>
247 <p></p>
248 </div>
249 </div>
250 <div class="col-3-wide">
Joe Fernandezf50f51c2014-06-27 17:00:59 -0700251 <a target="_blank" href="http://g.co/androidldevpreview">
Robert Ly26115661a2014-06-18 19:56:05 -0700252 <img class="landing-social-image" src="//www.google.com/images/icons/product/gplus-128.png" alt="">
253 </a>
254 <div class="landing-social-copy">
255 <p>Google+ </p>
256 <p class="landing-small">
257 Join the community of Android developers testing out the L Developer Preview and
258 share your thoughts and experiences.
259 </p><p class="landing-small">
Joe Fernandezf50f51c2014-06-27 17:00:59 -0700260 <a href="http://g.co/androidldevpreview">
Robert Ly26115661a2014-06-18 19:56:05 -0700261 Discuss on Google+</a>
262 </p>
263 </div>
264 </div>
265 <div class="col-3-wide">
266 <a target="_blank" href="/preview/support.html">
267 <img class="landing-social-image" src="/preview/images/updates.png" alt="">
268 </a>
269 <div class="landing-social-copy">
270 <p>Support and Updates</p>
271 <p class="landing-small">
272 Updates to the L Developer Preview are delivered
273 in the Android SDK Manager. Check back periodically
274 for news about the changes.
275 </p>
276 <p class="landing-small">
Robert Ly93de4812014-06-23 13:21:10 -0700277 <a href="/preview/support.html">Get Support</a>
Robert Ly26115661a2014-06-18 19:56:05 -0700278 </p>
279 </div>
280 </div>
281 </div>
282 </div>
283 </div>
284 </div>
285
286 <div class="content-footer wrap" itemscope="" itemtype="http://schema.org/SiteNavigationElement">
287 <div class="layout-content-col col-16" style="padding-top:4px">
288 <style>#___plusone_0 {float:right !important;}</style>
289 <div class="g-plusone" data-size="medium"></div>
290 </div>
291 </div>
292 <div id="footer" class="wrap" style="width:940px;position:relative;top:-35px;z-index:-1">
293 <div id="copyright">
294 Except as noted, this content is
295 licensed under <a href="http://creativecommons.org/licenses/by/2.5/">
296 Creative Commons Attribution 2.5</a>. For details and
297 restrictions, see the <a href="/license.html">Content
298 License</a>.
299 </div>
300 </div>
301 </div> <!-- end landing-body-content -->
302
303 <script>
304 $("a.landing-down-arrow").on("click", function(e) {
305 $("body").animate({
306 scrollTop: $(".preview-hero").height() + 76
307 }, 1000, "easeOutQuint");
308 e.preventDefault();
309 });
310 </script>
311 </div>
312
313 <div class="content-footer wrap"
314 itemscope itemtype="http://schema.org/SiteNavigationElement">
Joe Fernandezf50f51c2014-06-27 17:00:59 -0700315
Robert Ly26115661a2014-06-18 19:56:05 -0700316 <div class="paging-links layout-content-col col-10">
Joe Fernandezf50f51c2014-06-27 17:00:59 -0700317
Robert Ly26115661a2014-06-18 19:56:05 -0700318 </div>
319 <div class="layout-content-col plus-container col-2" >
320 <style>#___plusone_0 {float:right !important;}</style>
321 <div class="g-plusone" data-size="medium"></div>
Joe Fernandezf50f51c2014-06-27 17:00:59 -0700322
Robert Ly26115661a2014-06-18 19:56:05 -0700323 </div>
Joe Fernandezf50f51c2014-06-27 17:00:59 -0700324
Robert Ly26115661a2014-06-18 19:56:05 -0700325 </div>
326
Joe Fernandezf50f51c2014-06-27 17:00:59 -0700327
328
Robert Ly26115661a2014-06-18 19:56:05 -0700329
330 </div> <!-- end jd-content -->
331
332<div id="footer" class="wrap" style="width:940px">
Joe Fernandezf50f51c2014-06-27 17:00:59 -0700333
Robert Ly26115661a2014-06-18 19:56:05 -0700334
335 <div id="copyright">
Joe Fernandezf50f51c2014-06-27 17:00:59 -0700336
337 Except as noted, this content is
Robert Ly26115661a2014-06-18 19:56:05 -0700338 licensed under <a href="http://creativecommons.org/licenses/by/2.5/">
Joe Fernandezf50f51c2014-06-27 17:00:59 -0700339 Creative Commons Attribution 2.5</a>. For details and
340 restrictions, see the <a href="/license.html">Content
Robert Ly26115661a2014-06-18 19:56:05 -0700341 License</a>.
342 </div>
343
344
345</div> <!-- end footer -->
346</div><!-- end doc-content -->
347
Joe Fernandezf50f51c2014-06-27 17:00:59 -0700348</div> <!-- end body-content -->
Robert Ly26115661a2014-06-18 19:56:05 -0700349
350
351
352
353
354 <script src="https://developer.android.com/ytblogger_lists_unified.js" type="text/javascript"></script>
355 <script src="/jd_lists_unified.js" type="text/javascript"></script>
356 <script src="/jd_extras.js" type="text/javascript"></script>
357 <script src="/jd_collections.js" type="text/javascript"></script>
358 <script src="/jd_tag_helpers.js" type="text/javascript"></script>
359
360</body>
Robert Ly9d9b71f2014-06-24 19:39:54 +0000361</html>