Wednesday, September 15, 2010

[android-developers] Re: HttpURLConnection or HttpClient

Thanks for all the reply.

On Sep 15, 3:39 pm, Filip Havlicek <havlicek.fi...@gmail.com> wrote:
> You can do that with URLConnection too of course, although it takes a little
> bit more effort to make it work.
>
> Best regards,
> Filip Havlicek
>
> 2010/9/16 Frank Weiss <fewe...@gmail.com>
>
> > For simple requests, URLConnection works fine. Use HttpClient if you need
> > to manage basic auth, cookies, headers, etc.
> > --
> > 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
> > android-developers+unsubscribe@googlegroups.com<android-developers%2Bunsubscribe@googlegroups.com>
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en

--
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
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment