blob: 241a98e737a0dcabf9944cf08b8b94255c8e0dc8 [file] [log] [blame]
Dirk Dougherty5748bc42016-02-06 18:24:32 -08001page.title=Android N Developer Preview
Dirk Dougherty43eb9512016-03-03 14:53:16 -08002page.tags="preview","developer"
3meta.tags="preview", "android"
Dirk Dougherty5748bc42016-02-06 18:24:32 -08004fullpage=true
5forcelocalnav=true
6header.hide=1
7footer.hide=1
8@jd:body
9
Dirk Doughertya6495a922016-03-04 15:21:59 -080010<script>
11 $(document).ready(function() {
12 if (useUpdatedTemplates) {
13 $("#useUpdatedTemplates").css("display","block");
14 } else {
15 $("#useOldTemplates").css("display","block");
16 }
17 })
18</script>
19
Dirk Dougherty43eb9512016-03-03 14:53:16 -080020<section class="dac-expand dac-hero dac-light" style="background-color:#B2DFDB">
21 <div class="wrap" style="max-width:1100px;margin-top:0">
22 <div class="cols dac-hero-content" style="padding-bottom:1em;">
23
Dirk Doughertya6495a922016-03-04 15:21:59 -080024 <div class="col-7of16 col-push-9of16" style="padding-left:2em">
Dirk Dougherty5748bc42016-02-06 18:24:32 -080025 <h1 class="dac-hero-title">Android N Developer Preview</h1>
26 <p class="dac-hero-description">
Joe Fernandez778047d2016-06-14 18:42:11 -070027 <strong>Android N final SDK is now available!</strong>
Dirk Doughertya6495a922016-03-04 15:21:59 -080028 Get ready for Android N!
Dirk Doughertyb8907292016-03-10 09:43:36 -080029 <strong>Test your apps</strong> on Nexus and other devices. Support new system
Dirk Dougherty43eb9512016-03-03 14:53:16 -080030 behaviors to <strong>save power and memory</strong>.
Dirk Doughertycf65e4842016-03-07 22:31:57 -080031 Extend your apps with <strong>multi-window UI</strong>,
Dirk Dougherty43eb9512016-03-03 14:53:16 -080032 <strong>direct reply notifications</strong> and more.
Dirk Dougherty5748bc42016-02-06 18:24:32 -080033 </p>
34
35 <a class="dac-hero-cta" href="{@docRoot}preview/overview.html">
36 <span class="dac-sprite dac-auto-chevron"></span>
37 Get started
38 </a><!--<br>
39 <a class="dac-hero-cta" href="{@docRoot}preview/support.html">
40 <span class="dac-sprite dac-auto-chevron"></span>
David Friedmanfffa8ac2016-03-07 22:13:29 -080041 Update to Android N (final SDK)
Dirk Dougherty5748bc42016-02-06 18:24:32 -080042 </a><br>-->
43 </div>
Dirk Doughertya6495a922016-03-04 15:21:59 -080044 <div class="col-9of16 col-pull-7of16 dac-hero-figure" style="margin-top:1.5em;padding-right:1.5em;">
Dirk Dougherty43eb9512016-03-03 14:53:16 -080045 <img class="dac-hero-image" src="{@docRoot}images/home/n-preview-hero.png"
46 srcset="{@docRoot}images/home/n-preview-hero.png 1x,
47 {@docRoot}images/home/n-preview-hero_2x.png 2x">
48 </div>
Dirk Dougherty5748bc42016-02-06 18:24:32 -080049 </div>
50 <div class="dac-section dac-small">
51 <div class="resource-widget resource-flow-layout col-16"
52 data-query="collection:preview/landing/resources"
53 data-cardSizes="6x2"
54 data-maxResults="6"></div>
55 </div>
56 </div>
57</section>
58
Dirk Doughertya6495a922016-03-04 15:21:59 -080059<div id="useUpdatedTemplates" style="display:none" class="dac-section dac-slim dac-gray dac-expand">
60 <div class="wrap dac-offset-parent">
Dirk Dougherty5ec3a402016-06-07 15:39:03 -070061 <a class="dac-fab dac-scroll-button" data-scroll-button href="#latest">
Dirk Doughertya6495a922016-03-04 15:21:59 -080062 <i class="dac-sprite dac-arrow-down-gray"></i>
63 </a>
64 <ul class="dac-actions">
65 <li class="dac-action">
Dirk Doughertyef6d9772016-03-10 17:37:53 -080066 <a class="dac-action-link" href="https://developer.android.com/preview/bug">
Dirk Doughertya6495a922016-03-04 15:21:59 -080067 <i class="dac-action-sprite dac-sprite dac-auto-chevron-large"></i>
68 Report an issue
69 </a>
70 </li>
71 <li class="dac-action">
72 <a class="dac-action-link" href="{@docRoot}preview/support.html">
73 <i class="dac-action-sprite dac-sprite dac-auto-chevron-large"></i>
Dirk Doughertycf65e4842016-03-07 22:31:57 -080074 See release notes
Dirk Doughertya6495a922016-03-04 15:21:59 -080075 </a>
76 </li>
77 <li class="dac-action">
78 <a class="dac-action-link" href="{@docRoot}preview/dev-community">
79 <i class="dac-action-sprite dac-sprite dac-auto-chevron-large"></i>
Dirk Doughertycf65e4842016-03-07 22:31:57 -080080 Join dev community
Dirk Doughertya6495a922016-03-04 15:21:59 -080081 </a>
82 </li>
83 </ul>
84 </div><!-- end .wrap -->
85</div><!-- end .dac-actions -->
86
87<div id="useOldTemplates" style="display:none;color:black" class="actions-bar dac-expand dac-invert">
88 <div class="wrap dac-offset-parent">
89
90 <div class="actions">
Dirk Doughertyef6d9772016-03-10 17:37:53 -080091 <div><a href="https://developer.android.com/preview/bug">
Dirk Doughertya6495a922016-03-04 15:21:59 -080092 <span class="dac-sprite dac-auto-chevron-large"></span>
93 Report an issue
94 </a></div>
95 <div><a href="{@docRoot}preview/support.html">
96 <span class="dac-sprite dac-auto-chevron-large"></span>
Dirk Doughertycf65e4842016-03-07 22:31:57 -080097 See release notes
Dirk Doughertya6495a922016-03-04 15:21:59 -080098 </a></div>
99 <div><a href="{@docRoot}preview/dev-community">
100 <span class="dac-sprite dac-auto-chevron-large"></span>
Dirk Doughertycf65e4842016-03-07 22:31:57 -0800101 Join dev community
Dirk Doughertya6495a922016-03-04 15:21:59 -0800102 </a></div>
103 </div><!-- end .actions -->
104 </div><!-- end .wrap -->
105</div>
106
Dirk Dougherty9ae42db2016-05-15 18:52:24 -0700107<section class="dac-section dac-light dac-small" id="latest"><div class="wrap">
108 <h2 class="norule">Latest</h2>
109 <div class="resource-widget resource-flow-layout col-16"
110 data-query="type:blog+tag:androidn+tag:featured, type:youtube+tag:androidn+tag:featured"
111 data-sortOrder="-timestamp"
112 data-cardSizes="6x6"
113 data-items-per-page="6"
114 data-maxResults="15"
115 data-initial-results="3"></div>
116</div></section>
117
Joe Fernandeza1f02ff2016-06-13 10:11:13 -0700118
119<section class="dac-section dac-gray" id="videos"><div class="wrap">
120 <h1 class="dac-section-title">Videos</h1>
121 <div class="dac-section-subtitle">
122 New Android capabilities and the right way to use them in your apps.
123 </div>
124
125 <div class="resource-widget resource-flow-layout col-16"
126 data-query="collection:preview/landing/videos/first,type:youtube+tag:androidn"
127 data-sortOrder="-timestamp"
128 data-cardSizes="6x6"
129 data-items-per-page="6"
130 data-maxResults="15"
131 data-initial-results="3"></div>
132</div></section>
133
134
135<section class="dac-section dac-light" id="resources"><div class="wrap">
Dirk Dougherty5748bc42016-02-06 18:24:32 -0800136 <h1 class="dac-section-title">Resources</h1>
137 <div class="dac-section-subtitle">
Dirk Doughertya6495a922016-03-04 15:21:59 -0800138 Essential information to help you get your apps ready for Android N.
Dirk Dougherty5748bc42016-02-06 18:24:32 -0800139 </div>
140
141 <div class="resource-widget resource-flow-layout col-16"
142 data-query="collection:preview/landing/more"
143 data-cardSizes="6x6"
Dirk Doughertya6495a922016-03-04 15:21:59 -0800144 data-items-per-page="6"
145 data-maxResults="15"
146 data-initial-results="6"></div>
Dirk Dougherty5748bc42016-02-06 18:24:32 -0800147
Dirk Dougherty5748bc42016-02-06 18:24:32 -0800148 </div>
149</section>
150