2016-02-06 18:24:32 -08:00
|
|
|
page.title=Android N Developer Preview
|
2016-03-03 14:53:16 -08:00
|
|
|
page.tags="preview","developer"
|
|
|
|
meta.tags="preview", "android"
|
2016-02-06 18:24:32 -08:00
|
|
|
fullpage=true
|
|
|
|
forcelocalnav=true
|
|
|
|
header.hide=1
|
|
|
|
footer.hide=1
|
|
|
|
@jd:body
|
|
|
|
|
2016-03-04 15:21:59 -08:00
|
|
|
<script>
|
|
|
|
$(document).ready(function() {
|
|
|
|
if (useUpdatedTemplates) {
|
|
|
|
$("#useUpdatedTemplates").css("display","block");
|
|
|
|
} else {
|
|
|
|
$("#useOldTemplates").css("display","block");
|
|
|
|
}
|
|
|
|
})
|
|
|
|
</script>
|
|
|
|
|
2016-03-03 14:53:16 -08:00
|
|
|
<section class="dac-expand dac-hero dac-light" style="background-color:#B2DFDB">
|
|
|
|
<div class="wrap" style="max-width:1100px;margin-top:0">
|
|
|
|
<div class="cols dac-hero-content" style="padding-bottom:1em;">
|
|
|
|
|
2016-03-04 15:21:59 -08:00
|
|
|
<div class="col-7of16 col-push-9of16" style="padding-left:2em">
|
2016-02-06 18:24:32 -08:00
|
|
|
<h1 class="dac-hero-title">Android N Developer Preview</h1>
|
|
|
|
<p class="dac-hero-description">
|
2016-03-04 15:21:59 -08:00
|
|
|
Get ready for Android N!
|
2016-03-10 09:43:36 -08:00
|
|
|
<strong>Test your apps</strong> on Nexus and other devices. Support new system
|
2016-03-03 14:53:16 -08:00
|
|
|
behaviors to <strong>save power and memory</strong>.
|
2016-03-07 22:31:57 -08:00
|
|
|
Extend your apps with <strong>multi-window UI</strong>,
|
2016-03-03 14:53:16 -08:00
|
|
|
<strong>direct reply notifications</strong> and more.
|
2016-02-06 18:24:32 -08:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<a class="dac-hero-cta" href="{@docRoot}preview/overview.html">
|
|
|
|
<span class="dac-sprite dac-auto-chevron"></span>
|
|
|
|
Get started
|
|
|
|
</a><!--<br>
|
|
|
|
<a class="dac-hero-cta" href="{@docRoot}preview/support.html">
|
|
|
|
<span class="dac-sprite dac-auto-chevron"></span>
|
2016-03-07 22:13:29 -08:00
|
|
|
Update to Android N (final SDK)
|
2016-02-06 18:24:32 -08:00
|
|
|
</a><br>-->
|
|
|
|
</div>
|
2016-03-04 15:21:59 -08:00
|
|
|
<div class="col-9of16 col-pull-7of16 dac-hero-figure" style="margin-top:1.5em;padding-right:1.5em;">
|
2016-03-03 14:53:16 -08:00
|
|
|
<img class="dac-hero-image" src="{@docRoot}images/home/n-preview-hero.png"
|
|
|
|
srcset="{@docRoot}images/home/n-preview-hero.png 1x,
|
|
|
|
{@docRoot}images/home/n-preview-hero_2x.png 2x">
|
|
|
|
</div>
|
2016-02-06 18:24:32 -08:00
|
|
|
</div>
|
|
|
|
<div class="dac-section dac-small">
|
|
|
|
<div class="resource-widget resource-flow-layout col-16"
|
|
|
|
data-query="collection:preview/landing/resources"
|
|
|
|
data-cardSizes="6x2"
|
|
|
|
data-maxResults="6"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
2016-03-04 15:21:59 -08:00
|
|
|
<div id="useUpdatedTemplates" style="display:none" class="dac-section dac-slim dac-gray dac-expand">
|
|
|
|
<div class="wrap dac-offset-parent">
|
|
|
|
<a class="dac-fab dac-scroll-button" data-scroll-button href="#build-apps">
|
|
|
|
<i class="dac-sprite dac-arrow-down-gray"></i>
|
|
|
|
</a>
|
|
|
|
<ul class="dac-actions">
|
|
|
|
<li class="dac-action">
|
2016-03-10 17:37:53 -08:00
|
|
|
<a class="dac-action-link" href="https://developer.android.com/preview/bug">
|
2016-03-04 15:21:59 -08:00
|
|
|
<i class="dac-action-sprite dac-sprite dac-auto-chevron-large"></i>
|
|
|
|
Report an issue
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li class="dac-action">
|
|
|
|
<a class="dac-action-link" href="{@docRoot}preview/support.html">
|
|
|
|
<i class="dac-action-sprite dac-sprite dac-auto-chevron-large"></i>
|
2016-03-07 22:31:57 -08:00
|
|
|
See release notes
|
2016-03-04 15:21:59 -08:00
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li class="dac-action">
|
|
|
|
<a class="dac-action-link" href="{@docRoot}preview/dev-community">
|
|
|
|
<i class="dac-action-sprite dac-sprite dac-auto-chevron-large"></i>
|
2016-03-07 22:31:57 -08:00
|
|
|
Join dev community
|
2016-03-04 15:21:59 -08:00
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div><!-- end .wrap -->
|
|
|
|
</div><!-- end .dac-actions -->
|
|
|
|
|
|
|
|
<div id="useOldTemplates" style="display:none;color:black" class="actions-bar dac-expand dac-invert">
|
|
|
|
<div class="wrap dac-offset-parent">
|
|
|
|
|
|
|
|
<div class="actions">
|
2016-03-10 17:37:53 -08:00
|
|
|
<div><a href="https://developer.android.com/preview/bug">
|
2016-03-04 15:21:59 -08:00
|
|
|
<span class="dac-sprite dac-auto-chevron-large"></span>
|
|
|
|
Report an issue
|
|
|
|
</a></div>
|
|
|
|
<div><a href="{@docRoot}preview/support.html">
|
|
|
|
<span class="dac-sprite dac-auto-chevron-large"></span>
|
2016-03-07 22:31:57 -08:00
|
|
|
See release notes
|
2016-03-04 15:21:59 -08:00
|
|
|
</a></div>
|
|
|
|
<div><a href="{@docRoot}preview/dev-community">
|
|
|
|
<span class="dac-sprite dac-auto-chevron-large"></span>
|
2016-03-07 22:31:57 -08:00
|
|
|
Join dev community
|
2016-03-04 15:21:59 -08:00
|
|
|
</a></div>
|
|
|
|
</div><!-- end .actions -->
|
|
|
|
</div><!-- end .wrap -->
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<section class="dac-section dac-light"><div class="wrap">
|
2016-02-06 18:24:32 -08:00
|
|
|
<h1 class="dac-section-title">Resources</h1>
|
|
|
|
<div class="dac-section-subtitle">
|
2016-03-04 15:21:59 -08:00
|
|
|
Essential information to help you get your apps ready for Android N.
|
2016-02-06 18:24:32 -08:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="resource-widget resource-flow-layout col-16"
|
|
|
|
data-query="collection:preview/landing/more"
|
|
|
|
data-cardSizes="6x6"
|
2016-03-04 15:21:59 -08:00
|
|
|
data-items-per-page="6"
|
|
|
|
data-maxResults="15"
|
|
|
|
data-initial-results="6"></div>
|
2016-02-06 18:24:32 -08:00
|
|
|
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|