For Service application which don't have UI and for that i want to achieve below use case, How it can be done ?
I want to implemet IPC for my application. What is the best way to achieve this in Tizen. I have gone through link(https://developer.tizen.org/development/guides/native-application/application-management/application-data-exchange) which state about Message port, Data control and Data bundle. It looks that Message port is best way to implement data exchange if we follow concept of request and response.
Apart from Message port implementation is there any other way also there which can fullfill requirement for data exchange based on request-response ?
Thanks in advance :)