Alas, AndroidHttpClient was present in earlier versions of the Android SDK, but has been removed from the 1.0 version. I will update the sample.
(There's a second problem -- the android.security.MessageDigest class was also removed.) On Oct 11, 10:12 pm, Sean Sullivan <[EMAIL PROTECTED]> wrote: > I am using Android SDK 1.0 R1 and I have a question about sending HTTP > requests in an Android > application. > > Google's Downloader application uses theAndroidHttpClientclass to > send an HTTP request: > > http://code.google.com/p/apps-for-android/source/browse/trunk/Samples... > > line 24: > > import android.net.http.AndroidHttpClient; > > line 432: > > mHttpClient =AndroidHttpClient.newInstance(mUserAgent); > > I checked the online javadocs and did not find any public > documentation forAndroidHttpClient: > > http://code.google.com/android/reference/android/net/http/package-sum... > > Is Google's Downloader application using a public API class or an > internal (non-public) class? > > Please advise. > > Sean --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

