Search code examples
Why does Android ExoPlayer get started twice when my activity is re-launched after an in-app update?...


androidandroid-jetpack-composeandroid-lifecycleexoplayer

Read More
Is it possible to bind and unbind a bound service via button click in Android?...


androidkotlinserviceandroid-lifecyclebounds

Read More
OnResume / OnPause called multiple times...


androidandroid-fragmentsandroid-activityandroid-appcompatandroid-lifecycle

Read More
Which function is called when application is removed from task manager...


javaandroidandroid-activityandroid-lifecycle

Read More
Clear cache on webview when the app is killed...


javaandroidcachingandroid-webviewandroid-lifecycle

Read More
Executing method when app is killed on Android...


javaandroidandroid-lifecycle

Read More
How can I start and bind to a service in Android?...


javaandroidandroid-serviceandroid-lifecycle

Read More
Starting Android app with onStart() method, not onCreate()...


javaandroidandroid-activityandroid-lifecycle

Read More
Service with Timer calling another Service...


javaandroidandroid-activityandroid-serviceandroid-lifecycle

Read More
How to go back from native Android settings screen?...


androidandroid-intentandroid-activityandroid-lifecycle

Read More
Can Android kill my app while it is in the middle of a loop execution?...


javaandroidandroid-lifecyclekill-process

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


javaandroidandroid-intentandroid-serviceandroid-lifecycle

Read More
Using Service as singleton in Android...


javaandroidsingletonandroid-serviceandroid-lifecycle

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


javaandroidandroid-layoutandroid-fragmentsandroid-lifecycle

Read More
When can onTaskRemoved() be called?...


androidandroid-activityandroid-serviceandroid-lifecycle

Read More
How to Start android service without activity...


androidandroid-activityandroid-serviceandroid-lifecycleandroid-context

Read More
Handle ToggleButton in onResume()...


javaandroidandroid-activityandroid-lifecycleback-stack

Read More
Is onCleared guarranteed to be called on a ViewModel in android?...


androidviewmodelandroid-lifecycleandroid-viewmodel

Read More
LibGDX Android Gdx.app.exit() doesnt work, how to close app in another way?...


javaandroidandroid-activitylibgdxandroid-lifecycle

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


androidandroid-jetpack-composeandroid-jetpackandroid-lifecycle

Read More
Fragment on create view and on view created alternative in jetpack compose?...


androidandroid-lifecycleandroid-jetpack-compose

Read More
Android: Kotlin: running tasks upon app closing...


androidkotlinandroid-lifecycle

Read More
Fragment popped call OnViewCreated after PopBackStack...


androidandroid-fragmentsandroid-lifecyclefragmenttransaction

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
Compiler error migrating to androidx.lifecycle 2.8.0 library...


androidandroid-studioandroid-lifecycleviewmodelproviders

Read More
Why is my @Composable function in Jetpack Compose called after onResume instead of onCreate?...


androidkotlinandroid-jetpack-composeandroid-lifecycle

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


androidandroid-lifecyclelifecycleapplication-lifecycle

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
BackNext