|
A common scenario is that a user has to first log in before seeing the main window of an application. I currently use the
The complete project can be found here. Your review of the above code and any suggestions are appreciated. |
Answered by
canton7
Jun 9, 2021
Replies: 1 comment 3 replies
|
The normal way is to have a Shell View/VM which just contains other views. It starts off showing the login view/VM, but then replaces that with the main view/VM. See the wiki page on Screens and Conductors. |
3 replies
Answer selected by
ShuhuaGao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

The normal way is to have a Shell View/VM which just contains other views. It starts off showing the login view/VM, but then replaces that with the main view/VM. See the wiki page on Screens and Conductors.