文件名称:Pro Android C++ with the NDK
文件大小:7.28MB
文件格式:PDF
更新时间:2016-05-22 08:37:53
android ndk c++
详细介绍Android的NDK开发 What is the Android platform, and getting up to speed with the Android NDK. Using the Eclipse IDE to streamline developing native applications How to use Java Native Interface (JNI) to connect native code to Java world. Auto-generate JNI code using Simplified Wrapper and Interface Generator (SWIG). Introduction to Bionic API Networking through POSIX sockets Developing multithreaded applications using POSIX Threads, and Java Threads. Debug through Logging, GNU Debugger (GDB), and Eclipse Debugger Analyze memory issues through Valgrind C++ Support and Standard Template Library STL Native Graphics through JNI Graphics and OpenGL ES Native Sound through OpenSL ES Profiling the native code using GProf to identify performance bottlenecks Optimize code using SIMD/NEON