Hi there! Here is a list of some useful keyboard shortcuts of Android Studio which will save your time while coding- Name Shortcuts Find Class CTRL+N Find File CTRL+SHFT+N Delete Line Ctrl+Y Reformat Code Ctrl+ALT+L Project Quick Fix (Constructors, Getter, Setter, equals, hashCode, toString etc) ALT+INS Jump to Line Number Ctrl+G Rename and Refactor Shift+F6 […]