The XMSDEMO module provides several complete processing examples, showing how to use XMS in openvela for package management and activity management. This module is suitable for beginners and developers to get started quickly.
Sample Code
This section mainly demonstrates how to use openvela’s AMS module to implement a quick application, with specific implementations available in the XMS demo’s launcher module.
define a LauncherApplication.cpp, with the core implementation as follows:
XMSDEMO Module
[ English | 简体中文 ]
Table of Contents
Introduction
The XMSDEMO module provides several complete processing examples, showing how to use XMS in openvela for package management and activity management. This module is suitable for beginners and developers to get started quickly.
Sample Code
This section mainly demonstrates how to use openvela’s AMS module to implement a quick application, with specific implementations available in the XMS demo’s launcher module.
define a
LauncherApplication.cpp, with the core implementation as follows:Note: You need to add the following two lines.
define a
HomeActivity, with the core implementation as follows: