March 2013
Intermediate to advanced
346 pages
8h 4m
English
In this chapter, we will cover the following recipes:
Android NDK is a toolset that allows developers to implement a part of or an entire Android application in a native language, such as C, C++, and assembly. Before we start our journey to NDK, it is important to understand the advantages of NDK.
First of all, NDK may improve application performance. This is usually true for many processor-bound applications. Many multimedia applications and video games use native code for processor-intensive ...
Read now
Unlock full access