aboutsummaryrefslogtreecommitdiffstats
path: root/examples/androidextras/jnimessenger
Commit message (Collapse)AuthorAgeFilesLines
* Fix wrong section in jnimessenger docsv5.15.0-beta4Assam Boudjelthia2020-04-031-1/+1
| | | | | Change-Id: I68148eb0b0556cba3e004618a15444dcb6663a1e Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* Introduce new example JNI MessengerAssam Boudjelthia2020-03-1215-0/+661
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>