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,

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

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!

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