I'm trying to make a small button on the top right corner of my app that will allow the user to return to the "Home Screen" of my application. Here's what my app looks like
Launch Screen --> Home Screen --> Screen A --> Screen B --> Screen C --> ....
I basically want to be able to go from Screen A, B, C, etc to the home screen. How would I best go about doing this?