HttpClient client = new DefaultHttpClient();
       HttpGet getMethod = new HttpGet
(strURL);
       HttpResponse response = client.execute(getMethod);
       String res = EntityUtils.toString(response.getEntity());

Who's Code Would That Be? And what about the difference between http and htp
is there a code for each one?

Xavier A. Mathews
Student/Browser Specialist/Developer/Web-Master
Google Group Client Based Tech Support Specialist
Hazel Crest Illinois
[EMAIL PROTECTED]@[EMAIL PROTECTED]
"Fear of a name, only increases fear of the thing itself."










On Mon, Dec 1, 2008 at 8:45 AM, loty <[EMAIL PROTECTED]> wrote:

> HttpClient client = new DefaultHttpClient();
>        HttpGet getMethod = new HttpGet
> (strURL);
>        HttpResponse response = client.execute(getMethod);
>        String res = EntityUtils.toString(response.getEntity());
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to