The requirements for thisweeks assignment are to show 5 buttons on the main scre
ID: 3559877 • Letter: T
Question
The requirements for thisweeks assignment are to show 5 buttons on the main screen (Splash, Main Menu,User Profile, Game Play, and Help).
When the user selects eachone of these buttons, a new screen should display with only a close button thattakes you back to the main screen.
The buttons can be createdusing the GUI Builder (Graphical Layout), manually added to the xml file orcreated programmatically in your code. I suggest using the Gui Builder,but, all three ways are acceptable.
The startActivity method andthe Intent object will allow you to display screens when a button is selectedby the user.
Explanation / Answer
}