Joke Collection Website - Public benefit messages - Android api Chinese document

Android api Chinese document

How to open api with mobile phone?

Using AndroidStudio to download and view API is as follows:

1. Open AndroidStudio, click SDKManager, select SDKPlatforms, then select ShowPackageDetails at the bottom right, then select GoogleAPIs, and finally click OK at the bottom right.

2. After the dialog box pops up, click OK.

3. After downloading, click Finish. 4. Open the SDK folder in the computer, enter the docs folder, and open the index.html file with a browser, and a pop-up window will pop up. 5. Click "Development" in turn; "Reference", you can see the API documentation.

How does androidstudio open api?

Using AndroidStudio to download and view API is as follows:

1. Open AndroidStudio, click SDKManager, select SDKPlatforms, then select ShowPackageDetails at the bottom right, then select GoogleAPIs, and finally click OK at the bottom right.

2. After the dialog box pops up, click OK.

3. After downloading, click Finish. 4. Open the SDK folder in the computer, enter the docs folder, and open the index.html file with a browser, and a pop-up window will pop up. 5. Click "Development" in turn; "Reference", you can see the API documentation.

What is androidAPI?

Short message API (short message application program interface) is actually a set of definitions, programs and protocols, and communication between computer software is realized through API interface. One of the main functions of API is to provide a general function set. Programmers can avoid writing useless programs by using API functions to develop applications, thus reducing programming tasks. API is also a middleware, which provides data sharing for various platforms.