Change app background

hello friends, let say i have two screen, and i have created a button in order to change the background color of both two screen, how can i change the background color of the second screen from screen one? thanks.

The only way to achieve these is by using open another screen with start value block. Lets say you click on the button then it changes the background color to green. That means we have to pass the start value to the second screen, so when screen2 initialize we say set screen2 background color to get start value.

You could also use a tinydb to set values which will work between screens…

2 Likes

Yeah it’s also possible, but using tinydb- that means permission will be required. no need for unnecessary permissions simply use open another screen with start value.