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?
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?
You can use CTRL + Q shortcut in Android Studio to see Javadoc info. More info here.