All libraries documented in the reference http://developer.android.com/reference/packages.html
For example if you want to use an HttpClient you have to check if an Android implementation exists. And, as you can see, there is an implementation of the abstract class HttpClient called DefaultHttpClient. This class is not the org.apache.commons.httpclient.HttpClient but you can use it in your Android enviroment. On 3 Lug, 11:54, Android Development <[email protected]> wrote: > Thanks for the reply Markuz05. > My API is a wrapper over the Apache HTTP Client API..which is a well tested > and proven API:http://hc.apache.org/httpclient-3.x/apidocs/ > > <http://hc.apache.org/httpclient-3.x/apidocs/>As you said, that the > libraries being used in an Android application need to be compatible with > the Android SDK, is there a wiki page in your knowledge that specifies the > non-compliant APIs for Android ? > > What standard JAVA packages are supported and which ones are not ? > > It will be very helpful, if i can get some info on this. > > > > On Fri, Jul 3, 2009 at 1:46 PM, Nithu <[email protected]> wrote: > > > I am using sdk 1.5 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

