I am new to Android Studio and want to know about shortcuts. In Eclipse we use shift-ctrl-O for importing. In Android Studio we use alt-enter. My ques
In Android Studio, by pressing ALT + INSERT (or ⌘ + N for MacOS), you will have following choices (including your solution!):
Note: Some methods are auto implemented but you can select
Override Methods...option to implement other unimplemented methods.