Android 6.0 샘플
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
샘플 프로젝트를 다운로드하거나 둘러보고 Android 6.0 API (API 수준 23)를 시작하세요. Android 스튜디오에서 직접 샘플을 다운로드할 수 있습니다. File > New > Import Sample 메뉴 옵션을 선택하고 원하는 샘플을 선택하기만 하면 됩니다.
참고: 이러한 다운로드 가능한 프로젝트는 Gradle 및 Android 스튜디오와 함께 사용하도록 고안되었습니다.
-
Camera2Basic: 이 샘플은
Camera2
API를 사용하여 RAW 카메라 버퍼를 캡처하고 DNG
파일로 저장하는 방법을 보여줍니다.
- DeviceOwner: 이 샘플은 기기 소유자 기능을 사용하여 기기를 관리하고 구성하는 방법을 보여줍니다.
-
생체 인식 인증: 이 샘플에서는 등록된 지문을 인식하여 앱 사용자를 인증하는 방법을 보여줍니다.
-
MidiScope: 이 샘플은 MIDI API를 사용하여 연결된 입력 기기에서 들어오는 MIDI 신호를 수신하고 처리하는 방법을 보여줍니다.
-
MidiSynth: 이 샘플은 MIDI API를 사용하여 연결된 입력 기기에서 들어오는 MIDI 메시지를 수신하고 재생하는 방법을 보여줍니다.
-
NFC 프로비저닝: 이 샘플은 NFC를 사용하여 특정 기기 소유자로 다른 기기를 프로비저닝하는 방법을 보여줍니다.
-
RuntimePermissions: 이 샘플은 Android 6.0 (API 수준 23) 이상에서 사용할 수 있는 런타임 권한을 보여줍니다. 화면에 로그를 표시하여 실행을 확인합니다. Android 6.0 기기에서 실행되면 앱은 6.0 전용 선택적 권한을 사용하여 연락처에 액세스하는 추가 옵션을 표시합니다.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-07-27(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-27(UTC)"],[],[],null,["# Android 6.0 Samples\n\nDownload or browse sample projects to get started with Android 6.0\nAPIs (API level 23). You can download the samples\ndirectly from Android Studio --- just select the **File \\\u003e New \\\u003e Import\nSample** menu option and pick the sample you want.\n\n\n**Note:** These downloadable projects are designed\nfor use with Gradle and Android Studio.\n\n- [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.\n- [DeviceOwner](https://github.com/googlearchive/android-DeviceOwner): This sample demonstrates how to use the device owner features to manage and configure a device.\n- [Biometric\n 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.\n- [MidiScope](https://github.com/android/media-samples/tree/main/MidiScope): This sample demonstrates how to use the [MIDI API](/reference/android/media/midi/package-summary) to receive and process MIDI signals coming from an attached input device.\n- [MidiSynth](https://github.com/android/media-samples/tree/main/MidiSynth): This sample demonstrates how to use the [MIDI API](/reference/android/media/midi/package-summary) to receive and play MIDI messages coming from an attached input device.\n- [NFC Provisioning](https://github.com/googlearchive/android-NfcProvisioning): This sample demonstrates how to use NFC to provision other devices with a specific device owner.\n- [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."]]