summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/practices/design/performance.jd
diff options
context:
space:
mode:
Diffstat (limited to 'docs/html/guide/practices/design/performance.jd')
-rw-r--r--docs/html/guide/practices/design/performance.jd3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/html/guide/practices/design/performance.jd b/docs/html/guide/practices/design/performance.jd
index fe69d7d..aa03c57 100644
--- a/docs/html/guide/practices/design/performance.jd
+++ b/docs/html/guide/practices/design/performance.jd
@@ -375,6 +375,9 @@ code compiled for the ARM in the Nexus One won't run on the ARM in the G1.</p>
<p>Native code is primarily useful when you have an existing native codebase
that you want to port to Android, not for "speeding up" parts of a Java app.</p>
+<p>We have <a href="{@docRoot}guide/practices/design/jni.html">JNI Tips</a> for
+more about JNI on Android.</p>
+
<p>(See also <em>Effective Java</em> item 54.)</p>
<a name="closing_notes" id="closing_notes"></a>