SHIFT + F6to refactor methods, classes, and variable namesCTRL + Oto override methodsCOMMAND + N- Generate getter, setter, and constructor method for a class (when in editor pane)
- Generate new class, files, package, etc. (when in project pane)
CTRL+ALT+Oto auto-importOPTION + COMMAND + Lto reformat codeCMD+Bopens the layout file from a .java fileCTRL+SHIFT+SPACEto see documentation
Last active
January 28, 2022 02:40
-
-
Save arriolac/7742342 to your computer and use it in GitHub Desktop.
Some Android Studio Tricks.
& what for Ubuntu ?
nice thanks
For windows??
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nice! thanks.