Questions regarding the events forwarded by the system to components, during their lifetime, in an Android Application.
My application consists of several fragments. Up until now I've had references to them stored in a custom Application object, …
android android-fragments android-lifecycle android-memoryI am trying to understand the main differences between registering a BroadcastReceiver in the Manifest and registering it programmatically... My …
android broadcastreceiver android-lifecycleI need to get the LifecycleOwner to pass it in my FirestoreRecyclerViewOption but Fragment doesn't implement Lifecycle. So, how to …
android android-lifecycle fragment-lifecycle