- Android Native Development Kit Cookbook
- Feipeng Liu
- 89字
- 2021-07-27 18:07:25
Chapter 2. Java Native Interface
In this chapter, we will cover the following recipes:
- Loading native libraries and registering native methods
- Passing parameters and receiving returns in primitive types
- Manipulating strings in JNI
- Managing references in JNI
- Manipulating classes in JNI
- Manipulating objects in JNI
- Manipulating arrays in JNI
- Accessing Java static and instance fields in native code
- Calling static and instance methods from native code
- Caching jfieldID, jmethodID, and reference data to improve performance
- Checking errors and handling exceptions in JNI
- Integrating assembly code in JNI
推薦閱讀
- Android應用程序開發與典型案例
- PHP基礎案例教程
- JavaFX Essentials
- Learning AWS Lumberyard Game Development
- Hands-On RESTful Web Services with Go
- Android底層接口與驅動開發技術詳解
- Python Web數據分析可視化:基于Django框架的開發實戰
- Mastering Xamarin.Forms(Second Edition)
- 常用工具軟件立體化教程(微課版)
- Python算法詳解
- Linux C編程:一站式學習
- 基于SpringBoot實現:Java分布式中間件開發入門與實戰
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- Android系統下Java編程詳解
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器