Skip to content

Instantly share code, notes, and snippets.

@arriolac
Last active January 28, 2022 02:40
Show Gist options
  • Select an option

  • Save arriolac/7742342 to your computer and use it in GitHub Desktop.

Select an option

Save arriolac/7742342 to your computer and use it in GitHub Desktop.
Some Android Studio Tricks.
Android Studio Notes
===========================
## Keyboard Shortcuts
* `SHIFT + F6` to refactor methods, classes, and variable names
* `CTRL + O` to override methods
* `COMMAND + 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+O` to auto-import
* `OPTION + COMMAND + L` to reformat code
* `CMD+B` opens the layout file from a .java file
* `CTRL+SHIFT+SPACE` to see documentation
@eduardostuart
Copy link
Copy Markdown

Nice! thanks.

@naushad-madakiya
Copy link
Copy Markdown

& what for Ubuntu ?

@rolama
Copy link
Copy Markdown

rolama commented May 2, 2016

nice thanks

@rsonone42
Copy link
Copy Markdown

For windows??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment