kirti wrote: > I was going through the SDK 1.0 for network api support for HTTP. > There are lot of classes available.For exmple. > AbortableHTTPRequest > Abstract HTTPClient > Abstract HTTPClientConnection > Abstract HTTPEntity > Abstract HTTPMessage > Abstract HTTPParams > Apart from these lot of indirect classes are also provided. > > Can anyone suggest me what is the basic set of classes which needs to > be implemented for HTTP client. Is there any sample application > provided in SDK which uses these HTTP classes
Personally, I like the HttpComponents (org.apache.http.*). You can find a page full of examples here: http://hc.apache.org/httpcomponents-client/examples.html Since the HttpComponents are baked into Android, you do not need third-party JARs or anything. -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training on the Ranch! -- Mar 16-20, 2009 http://www.bignerdranch.com/schedule.shtml --~--~---------~--~----~------------~-------~--~----~ 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] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

