To shed a bit more light, the reason the multi-part APIs were removed is
because those APIs will not be final in the upstream Apache HTTPClient in
time for Android's schedule for a final 1.0 version.  Rather than ship an
early/incompatible API, we chose to remove it, and rely on other libraries
as Justin suggested.

Note that this applies only to the multi-part APIs: the rest of the Apache
HTTPClient APIs have been frozen, and so they are "safe" for us to include.
(See
http://www.nabble.com/-VOTE--RESULT--HttpClient-4.0-API-freeze-td18634158.html
)

- Dan

On Mon, Aug 18, 2008 at 1:10 PM, Justin (Google Employee) <[EMAIL 
PROTECTED]>wrote:

>
> Note that this has been removed because it was removed from the Apache
> HttpClient library that we're bundling. What you want to do is get
> Mime4j ( http://james.apache.org/mime4j/index.html ) and HttpMime
> ( http://hc.apache.org/httpcomponents-client/httpmime/index.html ) and
> include these libraries in your Android project. From there, the usage
> of multipart requests is pretty intuitive.
>
> Cheers,
> Justin
> Android Team @ Google
>
> On Aug 18, 1:06 pm, code_android_festival_way
> <[EMAIL PROTECTED]> wrote:
> > Hello guys.
> >
> > I've seen that the multipart method has been removed in 0.9. I'm
> > wondering now how to achieve these messages now.
> >
> > At the moment I'm having something like:
> >
> > http://paste.pocoo.org/show/82610/
> >
> > Is there an example how to do that in the 0.9 release? I've looked at
> > the Mime4j library but didn't get the point how this works.
> >
> > It would be very nice if someone could provide an example for me.
> >
> > Regards!
> >
>

--~--~---------~--~----~------------~-------~--~----~
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]
Announcing the new Android 0.9 SDK beta!
http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to