What is the difference between Android API and Google API?

5.2k views Asked by At

I have gone through some of the links that difference between the Google API and android API.I have not got clear explanation.Anyone Can you help me please?

4

There are 4 answers

0
user3182143 On BEST ANSWER

Answer for your question is below

The google API includes

    ->Maps and other Google-specific libraries.

The Android one only includes

    ->core android libraries.
0
Rémi Becheras On
  • There is a huge set of google apis for using all google web services !
  • Android API is part of the Android SDK (software development kit) and is to develop android applications.

You can note that Android API may be considered as a part of google APIs because it authored by google.

0
Michal Delura On

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

1
Biplov Kumar On

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

Android API:- it is also a part of google API. it uses all core android libraries. Android sdk holds Android API. refenter link description here