page.title=Samples page.tags="preview", "samples", "android" page.image=images/cards/card-n-samples_2x.png @jd:body

The following code samples are provided for Android N. To download the samples in Android Studio, select the File > Import Samples menu option.

Note: These downloadable projects are designed for use with Gradle and Android Studio.

Multi-Window Playground

This sample demonstrates how to take advantage of multiple window user interfaces with your app.

Get it on GitHub

Active Notifications

This is a pre-existing sample which shows a simple service that sends notifications using NotificationCompat. Each unread conversation from a user is sent as a distinct notification.

This sample has been updated to take advantage of new notification features available in Android N.

Get it on GitHub

Messaging Service

This is a pre-existing sample which demonstrates how to use NotificationManager to tell how many notifications an application is currently showing.

This sample has been updated to take advantage of new notification features available in Android N.

Get it on GitHub

Direct Boot

This sample demonstrates how to store and access data in a device encrypted storage which is always available while the device is booted.

Get it on GitHub

Scoped Directory Access

This sample demonstrates how to read and write data from specific directories, while requiring fewer permissions.

Get it on GitHub