I am trying to access Basecamp API from my Android/Java source code following way ....
import org.apache.http.HttpResponse; import org.apache.http.StatusLine
If you like to use the HttpClient 4.x as mentioned in the other answers you could also use httpclientandroidlib. This is a converted stock HttpClient without apache.commons and with Android LogCat support.