Showing posts with label httpclient. Show all posts
Showing posts with label httpclient. Show all posts

Friday, April 27, 2012

Android: How get the status-code of an HttpClient request


I want to download a file and need to check the response status code (ie HTTP /1.1 200 OK ). This is a snipped of my code:

Thursday, April 5, 2012

Android JSON HttpClient to send data to PHP server with HttpResponse


I am currently trying to send some data from and Android application to a php server (both are controlled by me).