App and Modules

Hi everyone,
i have finished my app and a lot of modules.
Now i want to know, how my app can interact with all modules?
My actually solution is, that i navigate with the event handler of a simple button to a module and with another button back to app or module. Is that right?
It looks like this:
Main page:

Module:

But i want to have at each module the header of the main page.

Can anyone tell me, if i am right on my way? :slight_smile:

Thanks in advance!

Hey Mike,

There is a great post about creating multi-page apps.

Let me know if this is what you are looking for.

1 Like

Hey @stefancvrkotic ,
the post is really interesting. Thank you!

I think, i have now two options:
The first one: I used my created modules and set the hidden state of the modules to true/false.
The second one: I make for each module an app for a multi-page system. And then i have on each page a logout button.