Im using a web service, so I want to use an async thread for the HTTP authentication request and another thread later to make additional service requests while my main thread ru
Even better look here for the async part: Is there an accepted best-practice on making asynchronous HTTP requests in Android?