Can I use shortcut keys in Android studio to generate javadoc comments?
If not, what is the easiest way to generate javadoc comments?
ALT+SHIFT+G will create the auto generated comments for your method (place the cursor at starting position of your method).