چه کسانی این کتاب را می‌خوانند

دانشجوعلاقه‌مند یادگیری
کتابخوان حرفه‌ایلذت مطالعه
نویسندهالهام‌گیری

Pro Android C++ with the NDK

Onur Cinar (auth.)

قیمت نهایی

۴۴٬۰۰۰ تومان۴۹٬۰۰۰ تومان۱۰٪ تخفیف
  • تخفیف زمان‌دار−۵٬۰۰۰ تومان

۵٬۰۰۰ تومان صرفه‌جویی نسبت به قیمت اصلی

نسخه اصلی و اورجینال

بلافاصله پس از خرید، فایل کتاب روی دستگاه شما آمادهٔ دانلود است.

تحویل فوری
پرداخت امن
ضمانت فایل
پشتیبانی

مشخصات کتاب

نویسنده
Onur Cinar (auth.)
سال انتشار
۲۰۱۲
فرمت
PDF
زبان
انگلیسی
حجم فایل
۵٫۵ مگابایت

دربارهٔ کتاب

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.

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 NDKis an advanced tutorial and professional reference for today's more sophisticated app developers now porting, developing or employing C++ and other native codeto integrateinto 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 NDKalso 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.

What you’ll learn

  • 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
Who this book is for

This book is for software professionals who are interested in leveraging the Android NDK to port their existing native-codeapp, such as C++, to the Android platform, as well as existing Android developers who are interested in improving their apps overall performance by utilizing native-code.

Table of Contents

  1. Getting Started with C++ on Android
  2. Exploring the Android NDK
  3. Communicating with Native Code using JNI
  4. Auto-Generate JNI Code Using SWIG
  5. Logging, Debugging, and Troubleshooting
  6. Bionic API Primer
  7. Native Threads
  8. POSIX Socket API: Connection Oriented Communication
  9. POSIX Socket API: Connetionless Communication
  10. POSIX Socket API: Local Communication
  11. C++ Support
  12. Native Graphics API
  13. Sound NativeAPI
  14. Profiling and NEON Optimization
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 Front Matter....Pages i-xxiv Getting Started with C++ on Android....Pages 1-39 Exploring the Android NDK....Pages 41-66 Communicating with Native Code using JNI....Pages 67-93 Auto-Generate JNI Code Using SWIG....Pages 95-126 Logging, Debugging, and Troubleshooting....Pages 127-154 Bionic API Primer....Pages 155-177 Native Threads....Pages 179-208 POSIX Socket API: Connection-Oriented Communication....Pages 209-245 POSIX Socket API: Connectionless Communication....Pages 247-258 POSIX Socket API: Local Communication....Pages 259-273 C++ Support....Pages 275-284 Native Graphics API....Pages 285-333 Native Sound API....Pages 335-361 Profiling and NEON Optimization....Pages 363-380 Back Matter....Pages 381-389

قیمت نهایی

۴۴٬۰۰۰ تومان