I have an application that polls a server for data on an interval. The application works great as long as the network connection does not change. If the connection changes say from 3g to wifi or visa versa, the application breaks. In order for me to recover, I have to "kill" the app in the android applications management. Simply pressing back seems to close the app, but it doesn't. Therefore, I have to kill it. Any suggestions?
Your Answer
Think you can help? Login to answer this question!