Embedded Application (GUI) written in QT and communicating (Via IPC, SPI some other mechanism) with an Android based application (the primary application). Would like to know 1. The overall pros and cons of such design 2. Re usability of the GUI (would it be better to write your GUI on Android?) 3. Consider the two apps will be running on different machines (Linux and windows), how feasible it would be for them to communicate.
What is the best way to do this sort of design. I am new(in QT and Android) and do not know of the other preferred practice.
Any info would be useful. thanks