I'd like to have my app do this for starters:
Show a little basic splash screen picture for about 3 seconds, and then switch to the menu page, and then based on what the user chooses, IE "Play" or "Preferences", show the page I want.
Would you do this by creating a view with the splash screen, and then a view with the menu buttons on it and then another view for each other thing and just swap views? or do I have the wrong idea for views?
My normal thought process would be just showing and hiding controls but that might get a little messy.
It kind of leads me into what project type do I make?
Window-based Application or View-based Application?
Thanks
Show a little basic splash screen picture for about 3 seconds, and then switch to the menu page, and then based on what the user chooses, IE "Play" or "Preferences", show the page I want.
Would you do this by creating a view with the splash screen, and then a view with the menu buttons on it and then another view for each other thing and just swap views? or do I have the wrong idea for views?
My normal thought process would be just showing and hiding controls but that might get a little messy.
It kind of leads me into what project type do I make?
Window-based Application or View-based Application?
Thanks