
Pro Android C++ with the NDK
Onur Cinar(Author)
APress
Published on 7. December 2012
Book
Paperback/Softback
XXIV, 416 pages
978-1-4302-4827-9 (ISBN)
Description
Android is one of the major players in the mobile phone market. Android is a mobile platform that is built on the top of Linux operating system. The native-code support on Android offers endless opportunities to application developers, not limited the functionality that is provided by Android framework. Pro Android C++ with the NDK is an advanced tutorial and professional reference for today's more sophisticated app developers now porting, developing or employing C++ and other native code to integrate into the Android platform to run sophisticated native apps and better performing apps in general. Using a game app case study, this book explores tools for troubleshooting, debugging, analyzing memory issues, unit testing, unit test code coverage, performance measurement, on native applications, as well as integrating the Android NDK toolchain into existing Autoconf, Makefile, CMake, or JAM based build systems. Pro Android C++ with the NDK also covers the following:
·
The Android platform, and getting up to speed with the Android NDK, and exploring the APIs that are provided in native space.
An overview of Java Native Interface (JNI), and auto-generating JNI code through Simplified Wrapper and Interface Generator (SWIG).
An introduction to Bionic API, native networking. native multithreading, and the C++ Standard Template Library (STL) support.
Native graphics and sound using JNI Graphics, OpenGL ES, and OpenSL ES.
Debugging and troubleshooting native applications using Logging, GNU Debugger (GDB), Eclipse Debugger, Valgrind, strace, and other tools.
Profiling native code using GProf to identify performance bottlenecks, and NEON/SIMD optimization from an advanced perspective, with tips and recommendations.
More details
Edition
1st ed.
Language
English
Place of publication
Berkeley
United States
Target group
Popular/general
Illustrations
XXIV, 416 p.
Dimensions
Height: 235 mm
Width: 191 mm
Thickness: 23 mm
Weight
773 gr
ISBN-13
978-1-4302-4827-9 (9781430248279)
DOI
10.1007/978-1-4302-4828-6
Schweitzer Classification
Other editions
Additional editions

Person
Onur Cinar has over 17 years of experience in design, development, and management of large scale complex software projects, primarily in mobile and telecommunication space. His expertise spans VoIP, video communication, mobile applications, grid computing, and networking technologies on diverse platforms. He has been actively working with Android platform since its beginning. He has a Bachelor of Science degree in Computer Science from Drexel University in Philadelphia, PA, United States. He is currently working at Skype as the Sr. Product Engineering Manager for Skype client on Android platform.
Content
* Getting Started with C++ on Android * Exploring the Android NDK * Communicating with Native Code using JNI * Auto-Generate JNI Code Using SWIG * Logging, Debugging, and Troubleshooting * Bionic API Primer * Native Threads * POSIX Socket API: Connection Oriented Communication * POSIX Socket API: Connetionless Communication * POSIX Socket API: Local Communication * C++ Support * Native Graphics API * Sound Native API * Profiling and NEON Optimization