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

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -