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…
Read more