public class CommunicationTask extends AsyncTask { private String ipAddress = "127.0.0.1"; //update with your IP address //....... } }