Use the code samples below to learn about Android 7.0 capabilities and APIs. To download the samples in Android Studio, select the**File \> New \> Import Samples**menu option.

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

### Multi-Window Playground

![Screen showing the Multi-Window Playground sample project](https://developer.android.com/static/images/android-7.0/sample-multiwindow.png)

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

[Get it on GitHub](https://github.com/android/views-widgets-samples/tree/main/MultiWindowPlayground)  

### Direct Boot

![Screen showing the Direct Boot sample project](https://developer.android.com/static/images/android-7.0/sample-directboot.png)

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](https://github.com/android/security-samples/tree/main/DirectBoot)