Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
figures/ | 12-May-2024 | - | ||||
Readme-EN.md | D | 12-May-2024 | 2.8 KiB | 55 | 53 | |
build-with-ndk-cmake.md | D | 12-May-2024 | 5.4 KiB | 161 | 109 | |
build-with-ndk-ide.md | D | 12-May-2024 | 3.4 KiB | 79 | 51 | |
build-with-ndk-overview.md | D | 12-May-2024 | 2.4 KiB | 38 | 19 | |
build-with-ndk-prebuilts.md | D | 12-May-2024 | 2.3 KiB | 60 | 35 | |
cpu-features.md | D | 12-May-2024 | 3.1 KiB | 63 | 52 | |
create-with-ndk.md | D | 12-May-2024 | 1 KiB | 24 | 13 | |
debug-asan.md | D | 12-May-2024 | 412 | 6 | 2 | |
debug-ide.md | D | 12-May-2024 | 1.8 KiB | 18 | 10 | |
debug-lldb.md | D | 12-May-2024 | 6.1 KiB | 241 | 159 | |
debug-performance-profiling-overview.md | D | 12-May-2024 | 301 | 8 | 3 | |
develop-code-overview.md | D | 12-May-2024 | 425 | 5 | 2 | |
drawing-guidelines.md | D | 12-May-2024 | 25.6 KiB | 584 | 511 | |
ffrt-guidelines.md | D | 12-May-2024 | 58.1 KiB | 1,680 | 1,276 | |
hw-guide.md | D | 12-May-2024 | 741 | 8 | 3 | |
mindspore-lite-guidelines.md | D | 12-May-2024 | 13 KiB | 287 | 223 | |
mindspore-lite-offline-model-guidelines.md | D | 12-May-2024 | 7.4 KiB | 113 | 79 | |
napi-data-types-interfaces.md | D | 12-May-2024 | 19.1 KiB | 434 | 311 | |
napi-guidelines.md | D | 12-May-2024 | 8.4 KiB | 191 | 144 | |
napi-introduction.md | D | 12-May-2024 | 2.4 KiB | 50 | 23 | |
native-buffer-guidelines.md | D | 12-May-2024 | 3.8 KiB | 88 | 69 | |
native-bundle-guidelines.md | D | 12-May-2024 | 6.2 KiB | 150 | 118 | |
native-image-guidelines.md | D | 12-May-2024 | 12.1 KiB | 286 | 229 | |
native-relational-store-guidelines.md | D | 12-May-2024 | 7.5 KiB | 195 | 144 | |
native-vsync-guidelines.md | D | 12-May-2024 | 2.8 KiB | 70 | 53 | |
native-window-guidelines.md | D | 12-May-2024 | 7.4 KiB | 163 | 142 | |
ndk-development-overview.md | D | 12-May-2024 | 4 KiB | 97 | 56 | |
neon-guide.md | D | 12-May-2024 | 4.4 KiB | 104 | 76 | |
neural-network-runtime-guidelines.md | D | 12-May-2024 | 21.7 KiB | 496 | 392 | |
ohos-abi.md | D | 12-May-2024 | 4.6 KiB | 97 | 49 | |
purgeable-memory-guidelines.md | D | 12-May-2024 | 4.9 KiB | 126 | 95 | |
rawfile-guidelines.md | D | 12-May-2024 | 17.9 KiB | 387 | 315 | |
usb-ddk-guidelines.md | D | 12-May-2024 | 6.8 KiB | 135 | 111 | |
use-napi-asynchronous-task.md | D | 12-May-2024 | 7.5 KiB | 195 | 157 | |
use-napi-faqs.md | D | 12-May-2024 | 3.8 KiB | 63 | 37 | |
use-napi-process.md | D | 12-May-2024 | 8.7 KiB | 247 | 177 | |
use-napi-thread-safety.md | D | 12-May-2024 | 5.8 KiB | 151 | 129 | |
vulkan-guidelines.md | D | 12-May-2024 | 5.2 KiB | 136 | 101 | |
xcomponent-guidelines.md | D | 12-May-2024 | 41.1 KiB | 926 | 805 |
Readme-EN.md
1# Node-API 2 3- [Getting Started with the NDK](ndk-development-overview.md) 4- [Creating an NDK Project](create-with-ndk.md) 5- Building an NDK Project 6 - [NDK Project Building Overview](build-with-ndk-overview.md) 7 - [Building an NDK Project with the DevEco Studio Template](build-with-ndk-ide.md) 8 - [Building an NDK Project with the Command Line CMake](build-with-ndk-cmake.md) 9 - [Building an NDK Project with Prebuilt Libraries](build-with-ndk-prebuilts.md) 10- Code Development 11 - [Development Overview](develop-code-overview.md) 12 - Node-API Development 13 - [OpenHarmony Node-API Overview](napi-introduction.md) 14 - [Node-API Data Types and APIs](napi-data-types-interfaces.md) 15 - [Node-API Development Specifications](napi-guidelines.md) 16 - [Node-API Development Process](use-napi-process.md) 17 - Typical Scenarios 18 - [Asynchronous Task Development Using Node-API](use-napi-asynchronous-task.md) 19 - [Thread Safety Development Using Node-API](use-napi-thread-safety.md) 20 - [OpenHarmony Node-API FAQs](use-napi-faqs.md) 21 - Graphics 22 - [XComponent Development](xcomponent-guidelines.md) 23 - [Using Drawing to Draw and Display Graphics](drawing-guidelines.md) 24 - [Native Buffer Development](native-buffer-guidelines.md) 25 - [Native Image Development](native-image-guidelines.md) 26 - [Native Vsync Development](native-vsync-guidelines.md) 27 - [Native Window Development](native-window-guidelines.md) 28 - [Vulkan Development](vulkan-guidelines.md) 29 - Resource Management 30 - [Raw File Development](rawfile-guidelines.md) 31 - Resource Scheduling 32 - [FFRT Development](ffrt-guidelines.md) 33 - AI 34 - [Using MindSpore Lite for Model Inference](mindspore-lite-guidelines.md) 35 - [Using MindSpore Lite for Offline Model Conversion and Inference](mindspore-lite-offline-model-guidelines.md) 36 - [Connecting the Neural Network Runtime to an AI Inference Framework](neural-network-runtime-guidelines.md) 37 - Memory Management 38 - [Purgeable Memory Development](purgeable-memory-guidelines.md) 39 - Device Management 40 - [USB DDK Development](usb-ddk-guidelines.md) 41 - Data Management 42 - [Relational Store Development](native-relational-store-guidelines.md) 43 - Bundle Management 44 - [Native Bundle Development](native-bundle-guidelines.md) 45- Debugging and Profiling 46 - [Overview of Debugging and Profiling](debug-performance-profiling-overview.md) 47 - [Debugging in DevEco Studio](debug-ide.md) 48 - [LLDB Debugger](debug-lldb.md) 49 - [C/C++ Memory Error Detection](debug-asan.md) 50- Hardware Compatibility 51 - [Introduction to Hardware Compatibility](hw-guide.md) 52 - [OpenHarmony ABIs](ohos-abi.md) 53 - [CPU Features](cpu-features.md) 54 - [Using Neon Instructions](neon-guide.md) 55