performing a Http request on android

Posted by rantravee on Stack Overflow See other posts from Stack Overflow or by rantravee
Published on 2010-04-13T16:28:28Z Indexed on 2010/04/13 22:33 UTC
Read the original article Hit count: 216

Filed under:

Hi,

Could someone provide the basic code to use if I want to perform a http request on android to the address "address" with the string "message" ? Also I'd like to check the server response and perform some actions if the right conditions meet , but I ' m unsure of how and when the server send back the response . My guess is that the response is gotten in a blocking function, or in an asynchronous function . Could you provide code or information on this as well ? Great thanks from a novice with too much on his head !

© Stack Overflow or respective owner

Related posts about android