These are the examples available in the Qt Android Extras 模块。
注意: These examples will only work on Android.
Demonstrates working with custom Android activities. | |
Demonstrates how to run an Android service in a separate process using a separate .so lib file, and how to communicate with Qt using a BroadcastReceiver. | |
Demonstrates how to run an Android service in a separate process, and how to communicate with Qt using a BroadcastReceiver. | |
Demonstrates how to run an Android service in a separate process, and how to communicate between the service process and the main process using QAndroidBinder. | |
Demonstrates how to run an Android service in a separate process, and how to communicate between the service process and the main process using Qt Remote Objects. | |
Demonstrates how to run an Android service in a separate process using the same lib file, and how to communicate between the service process and the main process using Qt Remote Objects. | |
Demonstrates how to run an Android service in the main process, and how to communicate between QML/C++ and a Java service. | |
Demonstrates communication between Java code and QML or C++ using NJI calls. | |
Demonstrates how to exchange data from complex Java objects. | |
Demonstrates calling Java code from an Android application. |