March 2013
Intermediate to advanced
346 pages
8h 4m
English
The previous recipes in this chapter provided simple examples with the logcat output only. This recipe will discuss how to manage the native window at Android NDK.
Readers are recommended to read the following recipes before going through this one:
Also recall that native window management has been introduced briefly in the Displaying graphics with EGL recipe in Chapter 4, Android NDK OpenGL ES API.
The following steps create the sample application:
NativeWindowManagement. Set the package name as cookbook.chapter5.nativewindowmanagement ...