March 2013
Intermediate to advanced
346 pages
8h 4m
English
This recipe covers caching in Android JNI, which can improve the performance of our native code.
You should make sure you've read the following recipes before going through this recipe:
The following steps detail how to build a sample Android application that demonstrates caching in JNI:
Caching. Set the package name as cookbook.chapter2. Create an activity named CachingActivity. Under the project, create a folder named jni. Refer to the Loading native libraries and registering native methods recipe of this chapter for more ...Read now
Unlock full access