Say I'm on my main activity and I start a new activity
MainActivity > NewActivity
And from NewActivity
I press the back key
MainActivity < NewActivity
I want MainActivity
to do something if it's being displayed after NewActivity
is closed, but not when MainActivity
is run normally, such as when first running the application. Does anyone know if this is possible?