Hey, I was wondering how I could make the user being able to change the background of the app? I have 3 Images that the user will be able to choose from. I’ve seen it in many apps. How would I do this? If possible please provide some code! 🙂
Thank you in advance!
It’s quite easy. All you need is to set the background property of your view to an image. Here’s how it’s done:
Now, when the user selects a different image, simply repeat the above code with a different image each time.