I'd like to click on one of my app buttons, have it execute the code in the click event and then automatically 'close' the app.
I suppose if I wanted to Pause the app so I could call the Activity_Pause function, but is there a way to completely shut down the app rather than pause it?
Activity.Finish does not completely terminate the app.
In one of my apps, I have a slideshow that you can start/stop and if if have the slideshow started and then do an Activity.Finish and then start the app again the slide show is still running and I cannot stop it from running!