• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Set a background based on user input

Tollas

Lurker
I've searched high and low for a way to do this, but have come up with nothing.

I want to have a button on my main screen (button1).
When button1 is pressed, it takes me to a 2nd screen with multiple buttons.
When a user presses a button on that screen, it goes back to the main screen and changes that button to the same image as the button they pressed.

Example

Screen 1
-Button1 (set as image_1 - dynamic)

Screen 2
-Button2 (set as image_1 - static)
-Button3 (set as image_2 - static)

If Button3 is pressed, Button1 will now be set as image_2.
 
Back
Top Bottom