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

implementing abstract methods
- 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.

Implement methods
More Posts related to Android-Studio,
- Locate MainActivity Java or Kotlin file in Android Studio
- groovy.lang.MissingPropertyException No such property Error
- How to fix java.net.NoRouteToHostException in Android Studio
- Your Android SDK is missing, out of date or corrupted SDK Problem
- [Android Studio] MainActivity does not exist
- [Android Studio] Could not automatically detect an ADB binary
- Android Studio: Cannot perform refactoring operation
- How to Configure Eclipse keymap in IntelliJ IDE
- Android Studio setup was canceled - How to resume
- [Android Studio] Hardcoded string Button, should use @string resource
- The selected device is incompatible : Android Studio
- Android Activity Main xml stuck loading
- Android Studio 1.3 beta now Available for Developers
- Installing Android Studio Dolphin on Mac with Apple (M1/M2) Chip
- Android Studio 4.2 Canary 1 now available
- [Android Studio] Button on click example
- Eclipse like Auto Import Shortcut in Intelij IDE Android Studio
- How to enable line numbers in IntelliJ Android Studio for all files
- Delete Android Studio Projects
- How to update Android Studio
- [Android Studio] Error: Missing system image on device
- macOS Big Sur java.lang.UnsatisfiedLinkError CoreFoundation - Android Studio
- Android [SDK Manager] The system cannot find the path specified
- Failed to install Android.apk on device 'emulator-5554': timeout
- [Solved] Error launching studio
More Posts:
- Error: Failed to validate the signature of the actionable message card - Power Automate Flow - PowerAutomate
- List of Online Java compiler with console - Java
- Share image and text Twitter using your Android Application Programatically - Twitter
- Hurry! Uninstall Adobe Flash Player - End Of Life, support end in December 2020 - News
- How to List All Users in Linux - Linux
- Base 64 Encoding Decoding In Notepad++ - NotepadPlusPlus
- Java 8 java.util.Function and BiFunction Examples - Java
- Fix: Maven - Failed to execute goal - Compilation failure - Source/Target option 5 is no longer supported. Use 7 or later - Java