Search code examples
How should I interpret the Android Developers ViewModel lifecycle diagram?...

android-lifecycleandroid-jetpackandroid-viewmodel

Read More
What is the correct way to use viewLifecycleOwner in MainActivity?...

kotlinandroid-fragmentsandroid-lifecycleobservers

Read More
Unresolved reference error when using viewLifecycleOwner...

android-studiokotlinandroid-databindingandroid-lifecycle

Read More
How to execute background task when Android app is closed / set to background?...

androidandroid-asynctaskbackground-processandroid-lifecycle

Read More
In MVVM, is the ViewModel always necessary?...

androidkotlinmvvmandroid-databindingandroid-lifecycle

Read More
Proper way to unregister a callback from an Application class...

androidkotlinandroid-lifecycleapplication-lifecycle

Read More
Why only the first activity's `onDestroy` is called, not other activities?...

androidandroid-activityandroid-lifecycle

Read More
How to cancel with and without interruption using Coroutines on Android, including auto-cancellation...

androidandroid-asynctaskandroid-lifecyclekotlin-coroutinesactivity-lifecycle

Read More
Can we persist a large state object through activity destruction?...

androidandroid-lifecycle

Read More
How can we achieve Shared View Model communication between a Fragment and Activity, where the Activi...

androidandroid-fragmentsandroid-activityandroid-lifecycleandroid-viewmodel

Read More
Launch coroutine before create the activity Android...

androidandroid-activityandroid-lifecyclecoroutine

Read More
How to get LifecycleOwner in a Fragment?...

androidandroid-lifecyclefragment-lifecycle

Read More
When Fragment onActivityCreated called...

androidandroid-fragmentsandroid-lifecycle

Read More
What is the correct way of implementing circular logic with the navigation component...

androidandroid-fragmentsandroid-lifecycleandroid-architecture-componentsandroid-architecture-navigation

Read More
CameraX Throws Exceptions When Stopping Fragment After ImageCapture...

androidkotlinandroid-lifecycleandroid-camerax

Read More
"androidx.transition.TransitionSet cannot be cast to android.transition.Transition" after ...

androidandroid-fragmentsandroid-lifecycleandroid-transitions

Read More
How can I get LifecycleOwner reference in RecyclerView.Adapter?...

androidandroid-lifecycle

Read More
What is lifecycle for RecyclerView adapter?...

androidandroid-recyclerviewandroid-lifecycle

Read More
While press back Button splash screen exits and opens Authentication Activity...

androidsplash-screenandroid-lifecycle

Read More
Why does an Android app go through the activity and fragment lifecycle methods when airplane mode is...

javaandroidandroid-fragmentsandroid-lifecycle

Read More
Why does lifecycleScope.launch in a fragment block the UI thread?...

androidkotlinandroid-lifecyclekotlin-coroutines

Read More
Android view - onAttachedToWindow and onDetachedFromWindow - when are they called in the activity li...

androidandroid-lifecycle

Read More
Result of obj.apply{ func1() } is different than obj.func1()...

androidkotlinandroid-lifecycle

Read More
Detect Android Application Resume and Pause state...

androidandroid-lifecycle

Read More
Is LifecycleRegistry's handleLifecycleEvent giving me the wrong event callback? What changed?...

javaandroidcallbackobservableandroid-lifecycle

Read More
How to get values from EditText Android...

androidandroid-layoutandroid-fragmentsandroid-lifecycle

Read More
How to observe data from live data android on Three different Fragment...

androidkotlinandroid-lifecycleandroid-livedatamutablelivedata

Read More
ViewModelProvider.get always gives unresolved reference...

androidkotlinviewmodelandroid-livedataandroid-lifecycle

Read More
What's the point of using LiveData in ViewModel if I can use Flow and StateFlow with lifecycleSc...

androidkotlinandroid-lifecyclekotlin-coroutines

Read More
Is it necessary to have the payment app running to do HCE transactions?...

androidnfcandroid-lifecycleapduhce

Read More
BackNext