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 sub开发者_运维问答sequent 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?
DefaultHttpclient and HttpClient class are already there. You can use either one of this.
Do you mean HttpClient and its various implementors?
There is Resty and an Android version available on https://github.com/mravenel/Resty (DISCLAIMER: I'm the author)
精彩评论