Android Studio : Implement abstract methods shortcut

You might have mapped Android Studio keyboard shortcuts with that of Eclipse IDE which lets you import packages using Ctrl + Shift + O (Command + Shift + O for macOS) but when you are implementing a class with abstract methods the key combinations does not work, for this you have to,

implementing abstract methods
implementing abstract methods
  1. Place your cursor over the implemented class name and press Alt + Enter ( Option + Enter on macOS)
  2. You would now see a Red color bulb.
  3. Click on the bulb and select Implement methods.
  4. That's it! you would get the abstract methods added with @Override annotations.
Implement methods
Implement methods

This is not an AI-generated article but is demonstrated by a human.

Please support independent contributors like Code2care by donating a coffee.

Buy me a coffee!

Buy Code2care a Coffee!

Comments & Discussion

Facing issues? Have questions? Post them here! We're happy to help!