I m confused about google API and android platform SDK API. are they same ? if not, What are the each used for?
Asked
Active
Viewed 3,314 times
2 Answers
7
Android is developed by Google, but can also be used without any Google services. So the Android platform SDK can be used for developing Android applications. If you however want to use any Google services in your Android Application, you should use the Google API Java Client library.

Jan Gerlinger
- 7,361
- 1
- 44
- 52
1
Google api is used for using google specific services like google map or google admob or google fusion. These generally contact google server to fetch data. However, android platform sdk api is not google specific. It provides interface for application development. These may or may not require internet(depending on what you use it for)

harshit
- 3,788
- 3
- 31
- 54