aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/native
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/glossary/native
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/ja/glossary/native')
-rw-r--r--files/ja/glossary/native/index.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/files/ja/glossary/native/index.html b/files/ja/glossary/native/index.html
new file mode 100644
index 0000000000..d6ed2271cd
--- /dev/null
+++ b/files/ja/glossary/native/index.html
@@ -0,0 +1,21 @@
+---
+title: Native
+slug: Glossary/Native
+tags:
+ - CodingScripting
+ - Glossary
+translation_of: Glossary/Native
+---
+<p><em>ネイティブ</em>アプリケーションは、ターゲットアーキテクチャを構成するハードウェア/ソフトウェア環境で実行するようにコンパイルされています。</p>
+
+<p>ネイティブ Android アプリの例は、 Android ツールチェインを使用して Java で記述されたモバイルアプリケーションです。</p>
+
+<p>一方、ブラウザー内で実行される Web アプリはネイティブではありません — これは、ネイティブ環境自体ではなく、ネイティブ環境の上にある Web ブラウザーで実行されます。</p>
+
+<h2 id="関連項目">関連項目</h2>
+
+<h3 id="一般知識">一般知識</h3>
+
+<ul>
+ <li>Wikipedia 上の {{Interwiki("wikipedia", "Native (computing)")}}</li>
+</ul>