I am currently writing a Android application. I need to connect to a internet web server, send username/password credentials and accept cookies from the server for use for subsequent requests to the same server.
Do you know of a HTTP client class or anything I can use in the SDK that currently supports this?