aboutsummaryrefslogtreecommitdiffstats
path: root/examples/androidextras/jnimessenger/jnimessenger.pro
Commit message (Collapse)AuthorAgeFilesLines
* Introduce new example JNI MessengerAssam Boudjelthia2020-03-121-0/+21
This examples shows the proper way to communication between QML/C++ and Java in both ways. This example calls a Java method from QML and C++, then the Java method will also call back a C++ function that will be forwarded to a QML connection. Task-number: QTBUG-80717 Change-Id: I96d9551d1abcaf80899c4dd3c727a267fb6f3c07 Reviewed-by: BogDan Vatra <bogdan@kdab.com>