Monday, 11 April 2016

Android Studio ShortCuts

ctrl+shift+space  for code completion
alt+ins for getter and setter
ctrl+alt+b for navigation
ctrl+w extend selection
ctrl+alt+v refactoring
comment and uncomment ctrl+slash and ctrl+shift+slash

shift+f1 browser opening
ctrl+d duplication
 ctrl+space code completion
ctrl+p valid parameters parenthesis




ctrl+alt+o optimise imports
ctrl+shft+n open file
ctrl+att+l format

No comments:

Post a Comment

Pass a HashMap from Angular Client to Spring boot API

This example is for the case where fileData is very huge and in json format   let map = new Map<string, string>()      map.set(this.ge...