Question: Android Studios is the medium through which this assignment is competed. The basis of the assignment is to : Write an app that lets the
Android Studios is the medium through which this assignment is competed.
The basis of the assignment is to :
Write an app that lets the user create a color using the RGB color model. It displays three text fields and one label. Expect the user to enter integers between 0 and 255 included in the three text fields; if a value is negative, it should be converted to 0; if it is greater than 255, it should be converted to 255. The value of the text fields represents the amount of red, green, and blue for the background color in the label. When the user modifies the number in any text field, the background color of the label should be updated. You should look at some documentation in the View class to figure out how to change the color of a View using programming. The three text fields should have the same style with a minimum of four attributes. All four components should be centered vertically with good spacing and size.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
