- Android Native Development Kit Cookbook
- Feipeng Liu
- 233字
- 2021-07-27 18:07:21
Preface
Since its first release in 2008, Android has become the largest mobile platform in the world. The total number of apps in Google Play is expected to reach 1,000,000 in mid 2013. Most of the Android apps are written in Java with Android Software Development Kit (SDK). Many developers only write Android code in Java even though they are experienced with C/C++, without realizing what a powerful tool they are giving up.
Android Native Development Kit (NDK) was released in 2009 to help developers write and port native code. It offers a set of cross-compiling tools and a few libraries. Programming in NDK offers two main advantages. Firstly, you can optimize your apps in native code and boost performance. Secondly, you can reuse a large number of existing C/C++ code. Android Native Development Kit is a practical guide to help you write Android native code with NDK. We will start with the basics such as Java Native Interface (JNI), and build and debug a native app (chapter 1 to 3). We will then explore various libraries provided by NDK, including OpenGL ES, Native Application API, OpenSL ES, OpenMAX AL, and so on (Chapters 4 to 7). After that, we will discuss porting existing applications and libraries to Android with NDK (Chapters 8 and 9). Finally, we will demonstrate how to write multimedia apps and games with NDK (Bonus chapters 1 and 2).
- Julia機器學習核心編程:人人可用的高性能科學計算
- Learning Informatica PowerCenter 10.x(Second Edition)
- 小程序,巧運營:微信小程序運營招式大全
- EPLAN實戰設計
- 精通Linux(第2版)
- Python機器學習基礎教程
- 移動界面(Web/App)Photoshop UI設計十全大補
- 移動互聯網軟件開發實驗指導
- Practical Microservices
- Java 9 Programming By Example
- Vue.js 3應用開發與核心源碼解析
- Android移動應用開發項目教程
- Hacking Android
- Yii2 By Example
- PHP動態網站開發實踐教程