March 2013
Intermediate to advanced
346 pages
8h 4m
English
The previous recipe covers how to access Java fields in NDK. Besides fields, a Java class also has methods. This recipe focuses on calling static and instance methods from JNI.
The code examples require a basic understanding of the JNI primitive types, strings, classes, and instance objects. It is better to make sure you have read the following recipes before going through this recipe:
Readers are also expected to be familiar with Java reflection API.
The following steps ...