I want to build an app with a textbox and a button and my aim is to change the background of the screen on clicking the button as per the user's input of the color name in the textbox. I tried the following combination but it returns an error message. How I make it possible?
I think it's about the names colors "red", "black" etc... You'd have to use an extension that uses the "parseColor()" java method. Then you could arrange the colors with words. You can also use a dictionary to build your own color base.