Örnek Adım Adım Açıklamalı Kılavuzlar
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Bu bölümde, NDK ile sağlanan örnek uygulamalardan birkaçı açıklanmaktadır. Java ve yerel kod yazma konusunda bilgi sahibi olduğunuzu varsayar ve NDK ile çalışmaya özel sorunlara odaklanır.
Belgede aşağıdaki örnekler ele alınmaktadır:
- hello-jni: NDK'nın temel çalışmalarını gösteren çok temel bir uygulamadır.
- native-activity: Tamamen yerel uygulama oluşturma ile ilgili temel bilgileri gösteren bir uygulama. Bu uygulamada, özellikle android_native_app_glue kitaplığına odaklanılır.
- Teapot:
ndk_helper
sınıfını gösteren basit bir OpenGL demosu.
Bu sayfadaki içerik ve kod örnekleri, İçerik Lisansı sayfasında açıklanan lisanslara tabidir. Java ve OpenJDK, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-26 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-07-26 UTC."],[],[],null,["# Sample Walkthroughs\n\nThis section explains several of the sample apps provided with the NDK. It assumes that you already have a working knowledge of programming in Java and native code, and focuses on issues particular to working with the NDK.\n\nIt discusses the following samples:\n\n- [hello-jni](./md_2__samples_sample--hellojni.html): A very basic app that illustrates core workings of the NDK.\n- [native-activity](./md_2__samples_sample--nativeactivity.html): An app that shows the fundamentals of how to construct a purely native app. It places particular emphasis on the android_native_app_glue library.\n- [Teapot](./md_2__samples_samples-teapot.html): A simple OpenGL demo, showcasing the `ndk_helper` class."]]