views:

378

answers:

3

Sorry for being impatient.. but cant find the offline docs for android.
Can someone just gimme a link ?
Thanks in advance :)

A: 

Here you can find the online API

http://developer.android.com/reference/packages.html

Roflcoptr
Thats fine, but i need sum offline resources.
Rohit
ah then i misunderstood you. sry.
Roflcoptr
+1  A: 

First of All you should download the Android SDK. Download here:
http://developer.android.com/sdk/index.html

Then, as stated in the SDK README:

The Android SDK archive now only contains the tools. It no longer comes populated with a specific Android platform or Google add-on. Instead you use the SDK Manager to install or update SDK components such as platforms, tools, add-ons, and documentation.

systempuntoout
+2  A: 

If you install the SDK, the offline documentation can be found in $ANDROID_SDK/docs/.

Daniel Lew