Hi there
In my android game I want to display a screen when it loads up with my logo saying I built the game, then after a few seconds I want this to switch to the menu screen, and then after a game is started, the screen changes to the game screen for the action to start.
I looked in to ViewFlipper but I have since concluded this is not right for the job. My question therefore is how does one go about controlling what screen/View is displayed programatically? Also, at the end of a level I want the screen to switch to a 'Stage Cleared' view before loading back in to the action.
Many thanks