Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Offline Android Dev Guide

I was wondering if there exists/anyone has compiled a download of the Android Dev Guide and/or the class reference pages

The pages I'm referring to are:

(the dev guide) http://developer.android.com/guide/basics/what-is-android.html

(the class reference) http://developer.android.com/reference/android/package-summary.html

Would be quite helpful!

Thanks

like image 225
Prime Avatar asked Jan 07 '11 05:01

Prime


2 Answers

if you install the android sdk, you can find the full documentation under android_sdk/docs (where android_sdk is the path you extracted the SDK to). Just open up index.html.

However, the SDK documentation may need to be installed manually. You can download the documentation, if it is missing, by launching the SDK Manager located in the root directory of your SDK install location.

like image 131
Nick Avatar answered Oct 01 '22 20:10

Nick


yeah,it is at this path adnroid_sdk/docs,i found it

like image 34
Mobai Avatar answered Oct 01 '22 18:10

Mobai