Initiate logic dependent on Android's onCreate() Lifecycle event. If you added the Manager class as a lifecycleObserver, you do not need to add this class manually in your activity/fragment.
Initiate logic dependent on Android's onDestroy() Lifecycle event. If you added the Manager class as a lifecycleObserver, you do not need to add this class manually in your activity/fragment.
Initiate logic dependent on Android's onPause() Lifecycle event. If you added the Manager class as a lifecycleObserver, you do not need to add this class manually in your activity/fragment.
Initiate logic dependent on Android's onResume() Lifecycle event. If you added the Manager class as a lifecycleObserver, you do not need to add this class manually in your activity/fragment.
Initiate logic dependent on Android's onStart() Lifecycle event. If you added the Manager class as a lifecycleObserver, you do not need to add this class manually in your activity/fragment.
Initiate logic dependent on Android's onStop() Lifecycle event. If you added the Manager class as a lifecycleObserver, you do not need to add this class manually in your activity/fragment.