-2

I am looking for something like Microsoft have on their MSDN that can give me information on any object/method on the standard Android API.

Is there something like that on Android Studio?

ppreetikaa
  • 1,149
  • 2
  • 15
  • 22
Yanshof
  • 9,659
  • 21
  • 95
  • 195
  • MSDN is different from Visual Stuido. If you want to access documentation either https://developer.android.com/guide/index.html (or) download above documentation to your local and access it. – kosa Mar 22 '17 at 18:35
  • so, there is an option to access documentation on android studio ( maybe offline also ) ? – Yanshof Mar 22 '17 at 18:36
  • Possible duplicate of [View method information in Android Studio](http://stackoverflow.com/questions/16619667/view-method-information-in-android-studio) – Vadim Kotov Mar 23 '17 at 14:39

1 Answers1

2

You can use CTRL + Q shortcut in Android Studio to see Javadoc info. More info here.

Community
  • 1
  • 1
Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62