In my application, first I want to show the login screen, if the login is successful only then I want to show what is called Shell.
How would you structure a simple application that first authenticates the user through some login screen and then opens the main window, which acts as a container for the further module?
source
share