March 2013
Intermediate to advanced
346 pages
8h 4m
English
In this chapter we will cover the following recipes:
Thanks to the Android native application APIs, it is possible to write an Android application with pure native code since Android API level 9 (Android 2.3, Gingerbread). That is, not a single line of Java code is needed. The Android native APIs are defined in several header files under the <NDK root>/platforms/android-<API level>/arch-arm/usr/include/android/ folder. Based ...