Is there a way to kill the app if the application is idle for a short period and the application is running in the background. I'm running into an issue where accessing XML through the httputils, it generates a null reference error.
Let me ask you this. Is it possible to call the Activity Create method in the pause area? My assumption is that when the application has lost focus for a while, and say i'm running gmail, then close gmail to open my application again, the Pause method is called correct?