• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1page.title=Android 7.0 Nougat
2page.tags="androidn","versions"
3meta.tags="android n", "nougat", "android 7.0"
4fullpage=true
5forcelocalnav=true
6header.hide=1
7footer.hide=1
8@jd:body
9
10<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
20<section class="dac-expand dac-hero dac-light">
21  <div class="wrap" style="max-width:1100px;margin-top:0">
22  <a href="{@docRoot}about/versions/nougat/android-7.0.html">
23    <div class="cols dac-hero-content" style="padding-bottom:1em;">
24
25      <div class="col-7of16 col-push-8of16" style="padding-left:2em">
26        <h1 class="dac-hero-title">Android 7.0 Nougat</h1>
27        <p class="dac-hero-description">
28          Android 7.0 brings new features for performance, productivity,
29          and security. <strong>Test your apps</strong> with new system
30          behaviors to <strong>save power and memory</strong>.
31          Take advantage of <strong>multi-window UI</strong>,
32          <strong>direct reply notifications</strong> and more.
33        </p>
34
35        <a class="dac-hero-cta" href="{@docRoot}about/versions/nougat/android-7.0.html">
36          <span class="dac-sprite dac-auto-chevron"></span>
37          Get started
38        </a>
39      </div>
40      <div class="col-7of16 col-pull-6of16 dac-hero-figure" style="margin-top:1.5em;padding-right:1.5em;">
41        <a  href="{@docRoot}about/versions/nougat/android-7.0.html">
42        <img class="dac-hero-image" src="{@docRoot}images/home/n-preview-hero.png"
43             srcset="{@docRoot}images/home/n-preview-hero.png 1x,
44             {@docRoot}images/home/n-preview-hero_2x.png 2x" />
45           </a>
46      </div>
47    </div></a>
48    <div class="dac-section dac-small">
49      <div class="resource-widget resource-flow-layout col-16"
50           data-query="collection:nougat/landing/resources"
51           data-cardSizes="6x2"
52           data-maxResults="3"></div>
53         </div>
54  </div>
55</section>
56
57
58<div id="useUpdatedTemplates" style="display:none" class="dac-section dac-slim dac-gray dac-expand">
59  <div class="wrap dac-offset-parent">
60    <a class="dac-fab dac-scroll-button" data-scroll-button href="#latest">
61      <i class="dac-sprite dac-arrow-down-gray"></i>
62    </a>
63    <ul class="dac-actions">
64      <li class="dac-action">
65        <a class="dac-action-link" href="https://source.android.com/source/report-bugs.html">
66          <i class="dac-action-sprite dac-sprite dac-auto-chevron-large"></i>
67          Report an issue
68        </a>
69      </li>
70      <li class="dac-action">
71        <a class="dac-action-link" href="{@docRoot}preview/dev-community">
72          <i class="dac-action-sprite dac-sprite dac-auto-chevron-large"></i>
73          Join dev community
74        </a>
75      </li>
76    </ul>
77  </div><!-- end .wrap -->
78</div><!-- end .dac-actions -->
79
80<div id="useOldTemplates" style="display:none;color:black" class="actions-bar dac-expand dac-invert">
81  <div class="wrap dac-offset-parent">
82
83    <div class="actions">
84      <div><a href="https://developer.android.com/preview/bug">
85        <span class="dac-sprite dac-auto-chevron-large"></span>
86        Report an issue
87      </a></div>
88      <div><a href="{@docRoot}preview/support.html">
89        <span class="dac-sprite dac-auto-chevron-large"></span>
90        See release notes
91      </a></div>
92      <div><a href="{@docRoot}preview/dev-community">
93        <span class="dac-sprite dac-auto-chevron-large"></span>
94        Join dev community
95      </a></div>
96    </div><!-- end .actions -->
97  </div><!-- end .wrap -->
98</div>
99
100<section class="dac-section dac-light dac-small" id="latest"><div class="wrap">
101  <h2 class="norule">Latest</h2>
102  <div class="resource-widget resource-flow-layout col-16"
103    data-query="type:blog+tag:androidn+tag:featured, type:youtube+tag:androidn+tag:featured"
104    data-sortOrder="-timestamp"
105    data-cardSizes="6x6"
106    data-items-per-page="6"
107    data-maxResults="15"
108    data-initial-results="3"></div>
109</div></section>
110
111<section class="dac-section dac-gray" id="videos"><div class="wrap">
112  <h1 class="dac-section-title">Videos</h1>
113  <div class="dac-section-subtitle">
114    New Android capabilities and the right way to use them in your apps.
115  </div>
116
117  <div class="resource-widget resource-flow-layout col-16"
118    data-query="collection:nougat/landing/videos/first,type:youtube+tag:androidn"
119    data-sortOrder="-timestamp"
120    data-cardSizes="6x6"
121    data-items-per-page="6"
122    data-maxResults="15"
123    data-initial-results="3">
124  </div>
125</div></section>
126
127<section class="dac-section dac-light" id="resources"><div class="wrap">
128  <h1 class="dac-section-title">Resources</h1>
129  <div class="dac-section-subtitle">
130    Essential information to help you get your apps ready for Android Nougat.
131  </div>
132
133  <div class="resource-widget resource-flow-layout col-16"
134       data-query="collection:nougat/landing/more"
135       data-cardSizes="6x6"
136       data-items-per-page="6"
137       data-maxResults="15"
138       data-initial-results="6"></div>
139  </div>
140</section>