샘플 둘러보기
이 섹션에서는 NDK와 함께 제공되는 여러 샘플 앱에 관해 설명합니다. 여기에서는 개발자가 자바 및 네이티브 코드 프로그래밍에 관한 실무 지식을 이미 갖추고 있는 것으로 가정하고 특히 NDK 작업 시 발생할 수 있는 문제를 중점적으로 살펴봅니다.
이 섹션에서는 다음과 같은 샘플을 다룹니다.
- hello-jni: NDK의 핵심적인 작동 방식을 보여주는 기본적인 앱입니다.
- native-activity: 순수 네이티브 앱 구성 방법에 관한 기본사항을 보여주는 앱입니다. 특히 android_native_app_glue 라이브러리에 중점을 둡니다.
- Teapot: 간단한 OpenGL 데모로,
ndk_helper
클래스를 보여줍니다.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2019-12-27 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"필요한 정보가 없음"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"너무 복잡함/단계 수가 너무 많음"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"오래됨"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"번역 문제"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"샘플/코드 문제"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"기타"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"이해하기 쉬움"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"문제가 해결됨"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"기타"
}]