Android Studio Shortcuts

Some of the useful android studio shortcuts are :
CTRL + / : comment/uncomment lines of codes.
CTRL + . : folds/unfolds the code blocks .
CTRL+ R : replace.
CTRL + SHIFT + R: Replace in all Files .
CTRL + SHIFT + A : search IDE commands.
CTRL + F : searching a sentence in a file .
CTRL + SHIFT + F : searching a sentence through the whole project.
CTRL + F11 : bookmark a line .
CTRL+ “number/letter” : jump to the bookmarked line .
CTRL + N : navigate between classes .
ALT + ↑ : jump to previous method .
ALT + ↓ : jump to next method .
CTRL + F10 : run the projects .
CTRL + ALT + L : format selected part of code .
SHIFT + SHIFT : search a class/method every where in the project .
CTRL + E : recent files .
CTRL + N : navigate to class .
CTRL + G : go to a line .
CTRL + O : Override a method in the class .
CTRL+ ~ : switch (color scheme , color style scheme , view mode , look and feel )