April 2015
Beginner to intermediate
494 pages
10h 26m
English
In previous chapters, we have breached Android NDK's surface using JNI. But there is much more to find inside! The NDK includes its own set of specific features, one of them being Native Activities. Native activities allow creating applications based only on native code, without a single line of Java. No more JNI! No more references! No more Java!
In addition to native activities, the NDK brings some APIs for native access to Android resources, such as display windows, assets, device configuration… These APIs help in getting rid of the tortuous JNI bridge often necessary to embed native code. Although there is a lot still missing, and not likely to be available (Java remains the main platform language ...
Read now
Unlock full access