Download or browse sample projects to get started with Android 6.0
APIs (API level 23). You can download the samples
directly from Android Studio --- just select the **File \> New \> Import
Sample** menu option and pick the sample you want.


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

- [Camera2Basic](https://github.com/android/camera-samples/tree/main/Camera2Basic#readme): This sample demonstrates how to use the `Camera2` API to capture RAW camera buffers and save them as `DNG` files.
- [DeviceOwner](https://github.com/googlearchive/android-DeviceOwner): This sample demonstrates how to use the device owner features to manage and configure a device.
- [Biometric
  Authentication](https://github.com/android/security-samples/tree/main/BiometricAuthentication/#readme): This sample demonstrates how to recognize registered fingerprints to authenticate your app's user.
- [MidiScope](https://github.com/android/media-samples/tree/main/MidiScope): This sample demonstrates how to use the [MIDI API](https://developer.android.com/reference/android/media/midi/package-summary) to receive and process MIDI signals coming from an attached input device.
- [MidiSynth](https://github.com/android/media-samples/tree/main/MidiSynth): This sample demonstrates how to use the [MIDI API](https://developer.android.com/reference/android/media/midi/package-summary) to receive and play MIDI messages coming from an attached input device.
- [NFC Provisioning](https://github.com/googlearchive/android-NfcProvisioning): This sample demonstrates how to use NFC to provision other devices with a specific device owner.
- [RuntimePermissions](https://github.com/googlesamples/android-RuntimePermissions): This sample shows runtime permissions available in Android 6.0 (API level 23) and higher. Display the log on screen to follow the execution. If executed on an Android 6.0 device, the app displays an additional option to access contacts using an 6.0-only optional permission.