Friday, February 19, 2016

Android Studio Tips


  • Module build command
    • gradlew build -p moduleA ( moduleA is the module subDirectory name )


Key Shortcuts

CTL + N - go to class
CTL + SHIFT + N - go to file
CTL + ALT+ SHIFT + N - go to symbol
ALT + Right/Left - go to next/previous editor
CTL + F12 - list class variables
SHIFT + F6 - rename
CTL + Y         - delte line
CTL + ALT + M - extract method;
ALT + Delete - safe delete

No comments:

Post a Comment