Developing a Communication Module
Application Scenario
Implement and integrate your own communication pipe modules.
Development Process
- Create an Android NDK project and generate a dynamic communication library named libCommunication.so.
- For details about how to implement the APIs, see "Communication APIs on Which the Instruction Stream Engine Depends" in the Instruction Stream Engine API Reference.
- Import the dynamic library libCommunication.so or libCommunication.aar generated based on step 3 in 3 to the AppUI project.
Parent topic: API Development Process