Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 10c7ceb5 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Add the old dalvik/docs/jni-tips.html documentation.

There are no content changes here, just formatting changes to fit
the local style. I'll make content changes later.

Change-Id: I4109ca819469bc9316c847cdc9176ed41de3ef87
parent 966f9e55
Loading
Loading
Loading
Loading
+713 −0

File added.

Preview size limit exceeded, changes collapsed.

+3 −0
Original line number Diff line number Diff line
@@ -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>