I want to implement a class which will handle all HTTP Requests of my application, which will be basically:
It appears that you are never actually starting the AsyncTask by calling the execute() function on the Get object.
try this code:
Get g = new Get(); g.execute();