Stop using AsyncTasks for networking operations right now. Like, Right Now.
… or at least CANCEL it You can do it of course. You can use AsyncTask for networking operations, but don’t. AsyncTasks should ideally be used for short operations (a few …