Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write an app that simulates a traffic light. It displays a label and a button; the label represents the current colour of a traffic light
Write an app that simulates a traffic light. It displays a label and a button; the label represents the current colour of a traffic light and can be red, yellow, or green. When the user clicks on the button, the label cycles to the next colour and simulates running the traffic light. You should look at the documentation of the View class to figure out how to change the colour of a View by code. The two components should be centred vertically, the button below the label.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started