What is the difference between Android API and Google API?

I have looked at some links that differ between Google API and Android API. I have no clear explanation. Anyone Can you help me?

+3


source to share


4 answers


The answer to your question is below

Google API includes

    ->Maps and other Google-specific libraries.

      



Android contains only

    ->core android libraries.

      

+1


source


  • There is a huge set of google apis for using all google web services !
  • The Android API is part of the Android SDK (Software Development Kit) and is supposed to develop Android apps. ...


You may notice that the Android API can be considered part of the Google API since it is created by Google.

+1


source


The Google API is for developing Google services such as Google Maps. The Android API is for developing Android apps.

+1


source


google API: - it uses all google specific libraries like google map, search engine, login.

Android API: - It is also part of the Google API. it uses all major android libraries. Android sdk contains Android API.

0


source







All Articles