Pro Android C++ with the NDK 2024 pdf epub mobi 電子書 下載


Pro Android C++ with the NDK

簡體網頁||繁體網頁

Pro Android C++ with the NDK pdf epub mobi 著者簡介

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


Pro Android C++ with the NDK pdf epub mobi 圖書描述

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 Native Development Kit) 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 more graphically intense apps, more sophisticated game apps and better performing apps in general.

Introduces the Android platform, and getting up to speed with the Android NDK, and exploring the APIs that are provided in native space.

Gives an overview of Java Native Interface (JNI), native multithreading, the C++ Standard Template Library (STL), and NEON/SIMD optimization from an advanced perspective, with tips and recommendations.

Using a native-code (C/C++) 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.

What you’ll learn

What is the Android platform, and getting up to speed with the Android NDK

What are the Android NDK APIs including Native Activity support, OpenGL ES, OpenSL ES, OpenMAX AL, JNI Graphics, and Sensor APIs.

How to use Java Native Interface (JNI), Simplified Wrapper and Interface Generator (SWIG) to automatically generate the JNI code to connect native-code to the Java world.

What are and how to use C++ and the Standard Template Library (STL)

How to do multithreading through POSIX Threads How to optimize code through NEON/SIMD, compiler vectorization, and intrinsics

How to debug through GDB, DDD, and the Eclipse Debugger How to analyze memory through Valgrind, Electric Fence, Memwatch, YAMC

How to measure App performance through GProf

How to do unit testing and code coverage through GCov

How to use and integrate the Android NDK toolchain into existing build systems such as Autoconf, Makefiles, CMake, and JAM

Who this book is for

This book is for software professionals who are interested in leveraging the Android NDK to port their existing native-code app, 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.

Pro Android C++ with the NDK 2024 pdf epub mobi 電子書 下載

Pro Android C++ with the NDK pdf epub mobi 圖書目錄




點擊這裡下載
    


想要找書就要到 本本書屋
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

發表於2024-06-26

Pro Android C++ with the NDK 2024 pdf epub mobi 電子書 下載

Pro Android C++ with the NDK 2024 pdf epub mobi 電子書 下載

Pro Android C++ with the NDK 2024 pdf epub mobi 電子書 下載



喜欢 Pro Android C++ with the NDK 電子書 的读者还喜欢


Pro Android C++ with the NDK pdf epub mobi 讀後感

評分

感覺NDK從android 2.1開始到現在變化好大,貌似09年google IO那時候android team的工程師還說, 我不認為我們需要再繼續擴大對native code的支持瞭, JNI已經可以做任何事情 blablablabla ^_^ google對於支持的C/C++庫不是照搬全收, 也許是齣於少而精的原因覺得沒那必要, ...  

評分

感覺NDK從android 2.1開始到現在變化好大,貌似09年google IO那時候android team的工程師還說, 我不認為我們需要再繼續擴大對native code的支持瞭, JNI已經可以做任何事情 blablablabla ^_^ google對於支持的C/C++庫不是照搬全收, 也許是齣於少而精的原因覺得沒那必要, ...  

評分

國內的書籍大部分還是停留在4.0以前的非holo主題界麵的demo。這本書雖然是2012年左右寫好的。但是已經足夠新。 本書其實算是一個Guideline.讓你從Java到JNI到C/C++有個很好的引導性的例子。 歸根結底其實就是Linux c編程。然後套一層JNI。正因為如此,如果你C/C++功底相當不...

評分

國內的書籍大部分還是停留在4.0以前的非holo主題界麵的demo。這本書雖然是2012年左右寫好的。但是已經足夠新。 本書其實算是一個Guideline.讓你從Java到JNI到C/C++有個很好的引導性的例子。 歸根結底其實就是Linux c編程。然後套一層JNI。正因為如此,如果你C/C++功底相當不...

評分

國內的書籍大部分還是停留在4.0以前的非holo主題界麵的demo。這本書雖然是2012年左右寫好的。但是已經足夠新。 本書其實算是一個Guideline.讓你從Java到JNI到C/C++有個很好的引導性的例子。 歸根結底其實就是Linux c編程。然後套一層JNI。正因為如此,如果你C/C++功底相當不...

類似圖書 點擊查看全場最低價
出版者:Apress
作者:Onur Cinar
出品人:
頁數:416
譯者:
出版時間:2012-12-5
價格:USD 49.99
裝幀:Paperback
isbn號碼:9781430248279
叢書系列:

圖書標籤: Android  NDK  C++  計算機  編程  android  Pro  with   


Pro Android C++ with the NDK 2024 pdf epub mobi 電子書 下載
想要找書就要到 本本書屋
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

Pro Android C++ with the NDK pdf epub mobi 用戶評價

評分

讀過中文版的

評分

最關注Native Graphics API這一章節,不過作者的描寫很不到位

評分

較係統的介紹瞭NDK的使用,調試定位方法。還介紹瞭相關的多個C/C++庫的用法,bionic,pthread用法,CPP STL有多種選擇,介紹瞭每一種怎麼用。還介紹瞭android下如何用ndk操作bitmap,以及ANativeWindow,並且有個播放器的例子,完成同樣功能,如何用這兩種方式實現。

評分

感覺不太好,不夠深入,達不到自己購買的目的。

評分

感覺不太好,不夠深入,達不到自己購買的目的。

Pro Android C++ with the NDK 2024 pdf epub mobi 電子書 下載


分享鏈接





相關圖書




本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2024 onlinetoolsland.com All Rights Reserved. 本本書屋 版權所有