Last active
January 28, 2022 02:40
-
-
Save arriolac/7742342 to your computer and use it in GitHub Desktop.
Revisions
-
arriolac revised this gist
Jan 21, 2016 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,8 @@ Android Studio Notes =========================== Android Studio keyboard shortcuts I use often. ## Keyboard Shortcuts for Mac * `SHIFT + F6` to refactor methods, classes, and variable names * `CTRL + O` to override methods -
arriolac revised this gist
Dec 3, 2013 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,4 +11,5 @@ Android Studio Notes * `CMD+B` opens the layout file from a .java file * `CTRL+SHIFT+SPACE` to see documentation * `OPTION + COMMAND + O` to search by symbol name * `CTRL + P` shows parameters for selected method * `OPTION + COMMAND + B` to find implementations of a class (class hierarchy) -
arriolac revised this gist
Dec 2, 2013 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,6 @@ Android Studio Notes =========================== ## Keyboard Shortcuts for Mac * `SHIFT + F6` to refactor methods, classes, and variable names * `CTRL + O` to override methods * `COMMAND + N` @@ -11,4 +10,5 @@ Android Studio Notes * `OPTION + COMMAND + L` to reformat code * `CMD+B` opens the layout file from a .java file * `CTRL+SHIFT+SPACE` to see documentation * `OPTION + COMMAND + O` to search by symbol name * `CTRL + P` shows parameters for selected method -
arriolac revised this gist
Dec 2, 2013 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,4 +10,5 @@ Android Studio Notes * `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 * `OPTION + COMMAND + O` to search by symbol name -
arriolac revised this gist
Dec 1, 2013 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,7 @@ Android Studio Notes =========================== ## Keyboard Shortcuts ### Mac * `SHIFT + F6` to refactor methods, classes, and variable names * `CTRL + O` to override methods * `COMMAND + N` -
arriolac revised this gist
Dec 1, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ Android Studio Notes =========================== ## Keyboard Shortcuts (Mac) * `SHIFT + F6` to refactor methods, classes, and variable names * `CTRL + O` to override methods * `COMMAND + N` -
arriolac renamed this gist
Dec 1, 2013 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
arriolac renamed this gist
Dec 1, 2013 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
arriolac created this gist
Dec 1, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ 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