Thanks Dan for the quick reply. You are probably correct about that
API not being supported - perhaps it is experimental.

It seems safer to use the good ol' HttpURLConnection for HTTP calls
then. I suppose the RequestQueue was offered to save us the effort of
spawning a separate thread before making the HTTP calls.

Plusminus and a couple of other people had some discussion about the
difference in the two approaches here:
http://www.anddev.org/doing_http_post_with_android-t492.html

Thanks,
R2D2

On Mar 30, 2:24 am, "Dan U." <[EMAIL PROTECTED]> wrote:
> My guess is that if it's not documented, it's not supported and may be
> taken out in the next release.
>
> On Mar 29, 12:38 pm, r2d2 <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > I don't seem to find the API docs for the
> > "android.net.http.RequestQueue" class. In fact I don't find the
> > android.net.http package here at all:
>
> >http://code.google.com/android/reference/packages.html
>
> > In my code, the "import android.net.http.RequestQueue" does not
> > complain. So I assume this class is a part of the API just that it's
> > missing in the API docs.
>
> > The only sample code that I found using this API is a posting by
> > plusminus here:http://www.anddev.org/doing_http_post_with_android-t492.html
>
> > Am I missing something?
>
> > Thanks,
> > R2D2
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to