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?
What is the difference between Android API and Google API?
5.2k views Asked by AudioBubble At
4
There are 4 answers
0
On
- There is a huge set of google apis for using all google web services !
- google maps
- google search
- google app engine
- google signin
- ... (see google products: https://developers.google.com/products/?csw=1)
- 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.
1
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
Answer for your question is below
The google API includes
The Android one only includes