When I execute my program I want it to first display an About dialog (which will time out in 5 sec), then load a Login dialog (for user to login), afterwhich it loads the main dialog.
How do I go about pausing execution in Main: Activity_Create() to sequentially perform the above actions?
How do I go about pausing execution in Main: Activity_Create() to sequentially perform the above actions?