Always call the supermethod before doing any work in the lifecycle methods
According to the documentation the implementation of these lifecycle methods must always call the superclass implementation before doing any work. https://developer.android.com/guide/components/activities.html#ImplementingLifecycleCallbacks
Showing
Please register or sign in to comment