Limit this search to....

Pro Android C++ with the Ndk
Contributor(s): Cinar, Onur (Author)
ISBN: 1430248270     ISBN-13: 9781430248279
Publisher: Apress
OUR PRICE:   $47.49  
Product Type: Paperback - Other Formats
Published: December 2012
Qty:
Additional Information
BISAC Categories:
- Computers | Programming - Games
- Computers | Programming Languages - C++
- Computers | Data Processing
Dewey: 005.1
Physical Information: 0.85" H x 7.5" W x 9.25" (1.57 lbs) 416 pages
 
Descriptions, Reviews, Etc.
Publisher 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.