Pro Android C++ with the NDK 2024 pdf epub mobi 电子书


Pro Android C++ with the NDK

简体网页||繁体网页

Pro Android C++ with the NDK 2024 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 电子书 图书目录




点击这里下载
    


想要找书就要到 本本书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2024-12-28

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 电子书 读后感

评分

感觉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++库不是照搬全收, 也许是出于少而精的原因觉得没那必要, ...  

评分

感觉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++库不是照搬全收, 也许是出于少而精的原因觉得没那必要, ...  

评分

感觉NDK从android 2.1开始到现在变化好大,貌似09年google IO那时候android team的工程师还说, 我不认为我们需要再继续扩大对native code的支持了, JNI已经可以做任何事情 blablablabla ^_^ google对于支持的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 电子书 图书描述

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 2024 pdf epub mobi 电子书
想要找书就要到 本本书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

Pro Android C++ with the NDK 2024 pdf epub mobi 用户评价

评分

Native实现Socket和最后一章的NDK优化算是本书的特色,可供参考

评分

基本入门书,步骤很详细,例子略显简单。

评分

较系统的介绍了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. 本本书屋 版权所有