Question
Mix and Merge screens outside TouchGFX
In TouchGFX online docs there is a Tip that I think it would be very interesting going deeper into.
Are there examples? Someone tried this way?
"Code Structure
TIP
Of course you do not need to use any features of the code generated by TouchGFX Designer but it will potentially save a lot of time. It is possible to do TouchGFX applications the old-school way by just adding the necessary files by hand.
It is also possible to mix and match. For example, you can have screens that are not defined within the TouchGFX Designer project. You can add the gotoXYZ functions to the FrontendApplication class and add the views, presenters and transitions you need for your screen to the FrontendHeap. "
It is also possible to mix and match. For example, you can have screens that are not defined within the TouchGFX Designer project. You can add the gotoXYZ functions to the FrontendApplication class and add the views, presenters and transitions you need for your screen to the FrontendHeap. "
https://support.touchgfx.com/docs/development/ui-development/software-architecture/code-structure