On pressing the back button, I\'d like my application to go into the stopped state, rather than the destroyed state.
In the Android docs it states:
try to override void onBackPressed() defined in android.app.Activity class.
onBackPressed()