Hi Pada,
sorry for the delay, but other projects needed my attention. I started with the creation of the proof of concept. However, I ran into problems very quickly.
I think, it is very complicated to find a general solution for this problem. Because each application has its own way in design and usability.
The first questions are you have to ask yourself before you create a multi-device application in GWT:
- Which presenters are "global" presenters (Global means, that the presenter is needed on every device.)
- Which views are visible at the same time on all devices? (As an example, the Mail app: It has view with to see which messages in the mailbox in the form of a table. The second view is used to display the mailboxes (mail-in, mail-out, etc.). The space in the desktop version is large enough to display all views at the same time. In the mobile version, it is required to use an event to switch to the view of the mailboxes.)
- What common "GUI-Flows" exist on the devices? (As an example: Show the view with the content of a mail.)
- ....
I think that it is easier to use a specific problem to sample implementation. My suggestion would be that we try to find a solution with the specific problem from your other post
Best regards
Lukas