Android AIDL in QT
Unsolved
Mobile and Embedded
-
Hello,
I would like to use an AIDL to communicate between an Android Service implemented in QT and another android component(activity for eg) from another Android native application. I can create the AIDL on android but I don't know on the QT project side how to handle it, is there a way to make QT implement the methods defined in the AIDL file or I should try to see how to callback from the Service(that has the AIDL implementation) back in QT and vice-versa?
Any help or guidance is much appreciated! :)
Thanks,
Catalin