March 2013
Intermediate to advanced
346 pages
8h 4m
English
In this chapter, we will cover the following recipes:
The previous chapter covered various techniques of porting a native library to Android with NDK. This chapter discusses the porting of native applications.
We will first introduce how to build a native command-line application for Android with an Android NDK build system and the standalone compiler provided by NDK. We will then add a GUI for the ported application. Finally, we illustrate using a background thread ...