Native Development
Cocos Creator supports publishing to various platforms, including mobile native apps, mobile web apps, mobile mini-games, desktop native apps, and desktop web apps.
This chapter will cover some topics that you may involve in native app development using Cocos Creator.
Content
- Native Platform Secondary Development Guide
- JavaScript and Android Communication with Reflection
- JavaScript and iOS/macOS Communication with Reflection
- JavaScript and Java Communication using JsbBridge
- JavaScript and Objective-C Communication using JsbBridge
- JsbBridgeWrapper - An Event Mechanism based on JsbBridge
- Tutorial: JSB 2.0
- Introduction to CMake Usage
- Native Engine Memory Leak Detection System
- Native Scene Culling
- Native Performance Profiler
- Native Plugins