I just wanna ask Are there any global listener that listens following in Andoird.
The app is shut down. i.e the home or back key pressed. like what we have in iPhone SDK -(void)applicationWillTerminate:(UIApplication *)application
When the app is crash due to uncaught exception.
- If the app went to background. The goToBackground or returnToForeGround listener. Just like what we have in iPhone SDK. -(void)applicationDidEnterBackground:(UIApplication *)application -(void)applicationWillEnterForeground:(UIApplication *)application Thanks