If you have abstract methods to implement, press Alt+Enter on top of the class name to open the wizard.
Otherwise, to override a function, just start typing your method name (without an attribute or access type) anywhere in the scope of your class. Then Android Studio will offer you redefinable methods.
source share