Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Developer Documentation: download?

Tags:

android

I'm on a slow network connection and it's painful to use the documentation at https://developer.android.com/guide/components/index.html. Can I download the entire Android Developer documents to my machine and browse it locally? This would include the documents for all of the various classes and other things.

like image 978
JB_User Avatar asked Apr 01 '13 17:04

JB_User


People also ask

How do I download documents on Android?

Open SDK Manager (located in android_sdk_dir/SDK Manager.exe ). In the latest API (4.2) select Documentation for Android SDK . Once downloaded, you can find the documentation in android_sdk_dir/docs .

Can I install Android Studio in 4GB RAM?

Minimum space and configuration requirements: Officially android studio requires a minimum of 4GB RAM but 8GB RAM is recommended for it. It also requires a minimum of 2GB Disk Space but 4GB Disk Space is recommended for it. But these are the minimum requirements.

What is Android Studio API?

API Level is an integer value that uniquely identifies the framework API revision offered by a version of the Android platform. The Android platform provides a framework API that applications can use to interact with the underlying Android system. The framework API consists of: A core set of packages and classes.


1 Answers

Yes you can.

Open SDK Manager (located in android_sdk_dir/SDK Manager.exe).

In the latest API (4.2) select Documentation for Android SDK.

Once downloaded, you can find the documentation in android_sdk_dir/docs.

like image 142
Benito Bertoli Avatar answered Nov 13 '22 21:11

Benito Bertoli