Connecting to a webserver with android -
I have to connect to a webserver from android and I have to use a webpage from webservice and webserver. Can anybody help me? Please step by step with some code snippets because I'm new to Android and I do not know anything in connecting to the webserver.
You can use it:
http client httpclient = New DefaultHttpClient (); HttpGet httpGet = New HTTPAgreement (Yuri); HttpResponse httpResponse = httpClient.execute (httpGet); BufferedReader Reader = New BufferedReader (New InputStreamReader (httpResponse.getEntity (.). GetContent ())); // User Reader to read the response. Close ();
The response is clearly dependent on the format (e.g., etc.)
Comments
Post a Comment