Android JNI Documents
06/08/2009
Android Platform source itself contains good tips.
SUN provides good information of Java Native Interface.
If you need a guide about how to use JNI in your Android application with details, then check some blogs.
Android JNI Tips.
{Android Root}/dalvik/docs/jni-tips.html
Java Native Interface Specification.
http://java.sun.com/javase/6/docs/technotes/guides/jni/spec/jniTOC.html
The Java Native Interface Programmer’s Guide and Specification.
http://java.sun.com/docs/books/jni/html/jniTOC.html
No comments yet
