I have developed an application that does require to do constant network activity. This Activity does the network connections thru an AsyncTask, sometime this work being do
You should use a service instead of using an Activity to do work in the background.