Search code examples
androidandroid-embedded-api

Which are the Android embedded APIs?


I know on the core Android API there's some embedded third-part APIs such as Apache HTTP.

My question is: What else are embedded on the API also?


Solution

  • From http://developer.android.com/reference/packages.html:

    1. Apache HTTP.
    2. JSON: http://developer.android.com/reference/org/json/package-summary.html
    3. XML PULL: http://developer.android.com/reference/org/xmlpull/v1/package-summary.html