Search code examples
Can a user interaction trigger events before OnResume has finished?...

androidfocusandroid-lifecycleonresume

Read More
How to pass the result of a suspending function to a non-suspending function?...

androidkotlinandroid-lifecycleandroid-livedatakotlin-coroutines

Read More
Cannot create instance of ViewModel class...

androidandroid-roomandroid-lifecycleandroid-viewmodel

Read More
Using static methods/structures to pass data between activities...

javaandroidandroid-intentandroid-activityandroid-lifecycle

Read More
Why use Fragment#setRetainInstance(boolean)?...

androidandroid-fragmentsandroid-lifecycle

Read More
On logout, clear Activity history stack, preventing "back" button from opening logged-in-o...

androidandroid-lifecycleactivity-lifecycle

Read More
Android: Tabs and searchbars...

javaandroidtabsandroid-lifecycleandroid-search

Read More
How to best clear an Android ViewModel when the app is killed?...

androidandroid-lifecycleandroid-viewmodel

Read More
Failing moving data from Activity C through Activity B to Activity A...

javaandroid-studioandroid-activityandroid-lifecycle

Read More
LifecycleService not found...

androidandroid-serviceandroid-lifecycle

Read More
Android Fragment isAdded returns false and getActivity is null after posting thread in the onResume ...

androidandroid-fragmentsandroid-lifecyclefragmentmanagerandroid-components

Read More
OnResume() is not called of the home activity when back pressed from a fragment...

javaandroidandroid-studioandroid-fragmentsandroid-lifecycle

Read More
Can onDestroy() be called without onHandleWork() in JobIntentService?...

androidservicenullpointerexceptionandroid-lifecyclejobintentservice

Read More
Issues with multiple instances of same Fragment in ViewPager?...

javaandroidandroid-fragmentsandroid-lifecyclefragment-lifecycle

Read More
How to pass complex, non serializable object to android fragments...

androidandroid-fragmentsandroid-lifecycle

Read More
How to call method from fragment only if host activity was destroyed?...

javaandroidandroid-lifecycle

Read More
MutableLiveData setValue: Unexpected behavior in Activity's onCreate...

androidkotlinandroid-lifecycle

Read More
When onRestoreInstanceState is not called?...

androidandroid-lifecycleactivity-lifecycleonsaveinstancestate

Read More
Android - Inconsistent finish() behavior in onCreate...

androidkotlinandroid-intentandroid-lifecycle

Read More
How to call all activity onDestroy() when MainAcitivty call onDestroy()?...

androidandroid-lifecycle

Read More
How can i write onCreateView as onViewCreated...

androidandroid-lifecycle

Read More
Android - Do activity realases fragment references when finished?...

androidandroid-fragmentsmemory-managementandroid-lifecycle

Read More
Android lifecycle library: Cannot add the same observer with different lifecycles...

androidandroid-lifecycle

Read More
Where do lifecycle methods, and other methods, get their parameter values?...

javaandroidandroid-lifecyclefragment-oncreateviewactivity-oncreateview

Read More
How to get Activity that paused and goes in background?...

androidandroid-intentandroid-activityandroid-lifecycle

Read More
How to bind N ViewModelAssistedFactory to Activity...

dependency-injectiondagger-2android-lifecycleandroid-viewmodelviewmodel-savedstate

Read More
Relation between fragment and activity lifecycle...

android-activityfragmentandroid-lifecycleactivity-lifecyclefragment-lifecycle

Read More
What is the difference between "Don't keep activities" and a Configuration change?...

androidandroid-lifecycleandroid-viewmodel

Read More
Manipulate the checkbox state in Android lifecycle...

androidcheckboxandroid-activityandroid-lifecycle

Read More
How do I call the view method in the onCreate Java lifecycle?...

javaandroidandroid-lifecycle

Read More
BackNext