I want to trigger an event when the player close the application with home button in android devices, I mean hardware home button.
Actually my problem is when I have a count down timer that I am handling it with Tick event but when the player hit the home button and close the application my timer stops and after the game resume it will continue again. I need the timer keep continuing even the game is paused.