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
user4988941
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
user3182143
source
to share
- There is a huge set of google apis for using all google web services !
- google maps
- google search
- google engine
- google signin
- ... (see google products: https://developers.google.com/products/?csw=1 )
- 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
Rémi Becheras
source
to share
The Google API is for developing Google services such as Google Maps. The Android API is for developing Android apps.
+1
Michal delura
source
to share
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
Biplov Kumar
source
to share