Pro Android C++ with the NDK
Autor Onur Cinaren Limba Engleză Paperback – 7 dec 2012
·
- 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.
Preț: 314.64 lei
Preț vechi: 393.31 lei
-20% Nou
Puncte Express: 472
Preț estimativ în valută:
60.21€ • 62.12$ • 50.96£
60.21€ • 62.12$ • 50.96£
Carte tipărită la comandă
Livrare economică 05-19 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781430248279
ISBN-10: 1430248270
Pagini: 416
Ilustrații: XXIV, 416 p.
Dimensiuni: 178 x 254 x 25 mm
Greutate: 0.71 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1430248270
Pagini: 416
Ilustrații: XXIV, 416 p.
Dimensiuni: 178 x 254 x 25 mm
Greutate: 0.71 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Public țintă
Popular/generalNotă biografică
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.
Caracteristici
Aims to be one of the first and practical C++ books for Android game and graphics app developers. C++ provides many enhancements and features that the Android SDK (Java) cannot always handle, mainly in building more sophisticated game apps or instense graphics. Android NDK or Native Development Kit (NDK) is nascent to early growth in adoption for today's half million plus Android app developers.