Search code examples
Why is my @Composable function in Jetpack Compose called after onResume instead of onCreate?...


androidkotlinandroid-jetpack-composeandroid-lifecycle

Read More
Jetpack compose - how do I refresh a screen when app returns to foreground...


androidandroid-lifecycleandroid-jetpack-compose

Read More
java.lang.IllegalStateException: CompositionLocal LocalLifecycleOwner not present...


androidkotlinandroid-jetpack-composeandroid-lifecycle

Read More
Lifecycle @OnLifecycleEvent() is deprecated, and you should use LifecycleEventObserver or DefaultLif...


androidandroid-lifecyclelifecycleapplication-lifecycle

Read More
Compiler error migrating to androidx.lifecycle 2.8.0 library...


androidandroid-studioandroid-lifecycleviewmodelproviders

Read More
What is the difference between overriding lifecycle methods of activity or fragment and adding a Lif...


androidandroid-fragmentsandroid-activityandroid-lifecycle

Read More
Attempt to invoke virtual method 'void androidx.lifecycle.ViewModel.clear()' on a null objec...


androidandroid-lifecycleandroidx

Read More
Activity onStop is received for previous activity instance after onResume during fast transition...


androidandroid-lifecycleactivity-lifecycle

Read More
Background data collector in Android restarts when App is terminated...


javaandroidandroid-serviceaccelerometerandroid-lifecycle

Read More
Android Jetpack Compose: ViewModel state resetting on tab switch...


androidandroid-studioandroid-jetpack-composeandroid-lifecycleandroid-viewmodel

Read More
Application lifecycle when app is killed in the background...


androidandroid-activityandroid-lifecycle

Read More
Android service with START_STICKY crashes on killing app...


javaandroidandroid-serviceandroid-lifecycle

Read More
kotlin-coroutine can not be launched...


androidkotlinandroid-lifecyclecoroutinepolling

Read More
How to invalidate fingerprint authentication when user minimises app but not when moving across acti...


androidandroid-lifecyclefingerprint

Read More
Android handle lifecycle event on Jetpack Compose Screen...


androidandroid-jetpack-composeandroid-jetpackandroid-lifecycle

Read More
How to use a viewpager inside another fragment and not get any lifecycle issues?...


androidxmlfirebasekotlinandroid-lifecycle

Read More
OnResume called in quick succession...


androidandroid-activitykotlin-coroutinesandroid-lifecycle

Read More
update include tag data when app theme changed (recreating Activity)...


androidandroid-layoutandroid-lifecycleandroid-themeandroid-viewbinding

Read More
How to detect if android application is minimized or not in Android Kotlin...


androidandroid-lifecycle

Read More
Clicking overview(recent) button on android device doesn't call onPause() and onStop() method. W...


androidandroid-lifecycle

Read More
how to bind ViewModel life cycle to compose...


kotlinviewmodelandroid-jetpack-composeandroid-lifecycle

Read More
Do you need to explicitly call pause, resume, destroy for an AdView?...


androidadmobadsandroid-lifecycle

Read More
App restarts rather than resumes...


androidandroid-lifecycle

Read More
Android Activity is getting instantiate twice while using Dark Mode...


androidandroid-activityandroid-lifecycleandroid-darkmode

Read More
new observers being created when observing lifedata after putting app to background...


androidkotlinandroid-livedataandroid-lifecycle

Read More
Android life cycle event on dialog...


androiddialogandroid-lifecycle

Read More
How do I prevent Android taking a screenshot when my app goes to the background?...


androidsecurityandroid-lifecycle

Read More
Detect when my application is not active anymore...


androidandroid-lifecycle

Read More
How to know when my app has been killed?...


androidandroid-lifecycle

Read More
how to use Jetpack Compose in Service (Floating Window)...


androidandroid-jetpack-composeandroid-serviceandroid-lifecycle

Read More
BackNext