1page.title=示例
2page.tags="preview", "samples", "android"
3page.image=images/cards/card-n-samples_2x.png
4@jd:body
5
6<p>
7  以下是 Android N 的代码示例。要在 Android Studio 中下载示例,请选择 <b>File &gt; Import Samples</b> 菜单项。
8
9
10</p>
11
12<p class="note">
13  <strong>注:</strong>这些可下载的项目设计用于与 Gradle 和 Android Studio 结合使用。
14
15</p>
16
17
18<h3 id="mw">多窗口 Playground</h3>
19<img src="{@docRoot}preview/images/sample-multiwindow.png" style="float: left; padding-right: 0.5em" height="250" width="156" />
20<p>
21  此示例演示如何在您的应用中充分利用多窗口用户界面。
22
23</p>
24<p>
25  <a href="https://github.com/googlesamples/android-MultiWindowPlayground">
26在 GitHub 中获取</a>
27</p>
28
29<div style="clear: both;"></div>
30<h3 id="an">活动通知</h3>
31<img src="{@docRoot}preview/images/sample-activenotifications.png" style="float: left; padding-right: 0.5em" height="250" width="141" />
32<p>
33  这是一个已存在的示例,其显示一个使用 NotificationCompat 发送通知的简单服务。该服务将来自用户的每个未读会话以不同的通知形式发送。
34
35
36</p>
37<p>
38  此示例已更新,以充分利用 Android N 中提供的新的通知功能。
39
40</p>
41<p>
42  <a href="https://github.com/googlesamples/android-ActiveNotifications">在 GitHub 中获取</a>
43
44</p>
45
46<div style="clear: both;"></div>
47<h3 id="ms">消息传递服务</h3>
48<img src="{@docRoot}preview/images/sample-messagingservice.png" style="float: left; padding-right: 0.5em" height="250" width="150" />
49<p>
50  这是一个已存在的示例,其演示如何使用 NotificationManager 指示应用当前显示的通知数量。
51
52
53</p>
54<p>
55  此示例已更新,以充分利用 Android N 中提供的新的通知功能。
56
57</p>
58<p>
59  <a href="https://github.com/googlesamples/android-MessagingService">在 GitHub 中获取</a>
60
61</p>
62
63<div style="clear: both;"></div>
64<h3 id="fbe">直接启动</h3>
65<img src="{@docRoot}preview/images/sample-directboot.png" style="float: left; padding-right: 0.5em" height="250" width="141" />
66<p>
67  此示例显示如何在设备加密的存储(启动设备后始终可用)中存储和访问数据。
68
69</p>
70<p>
71  <a href="https://github.com/googlesamples/android-DirectBoot">在 GitHub 中获取</a>
72
73</p>
74
75<div style="clear: both;"></div>
76<h3 id="sda">作用域目录访问</h3>
77<img src="{@docRoot}preview/images/sample-scopeddirectoryaccess.png" style="float: left; padding-right: 0.5em" height="250" width="141" />
78<p>
79  此示例演示如何从特定目录读取和写入数据,同时需要较少的权限。
80
81</p>
82<p>
83  <a href="https://github.com/googlesamples/android-ScopedDirectoryAccess">在 GitHub 中获取</a>
84
85</p>