Search code examples
Why my savedInstanceState is not working?...

android-studiokotlinandroid-lifecycle

Read More
savedInstanceState bundle is always null after device rotation...

androidandroid-fragmentsandroid-lifecyclescreen-rotation

Read More
Which lifecycle method should I place my network call so it doesn't get called again when the sc...

androidandroid-activityandroid-lifecycleandroid-mvvm

Read More
Android repeatOnLifecycle in fragment inside ViewPager2...

androidandroid-lifecycleandroid-viewpager2

Read More
Some fragment observers trigger after pop from back stack although data is not changed...

androidmvvmandroid-lifecycleandroid-livedataobservers

Read More
Android - Jetpack - Make lazily created class lifecycle aware...

androidviewmodelandroid-lifecycle

Read More
Fragment.onstart is being called before Activity.onstart...

androidandroid-fragmentsfragmentandroid-fragmentactivityandroid-lifecycle

Read More
How to achieve a modern Android Navigation implementation...

androidandroid-lifecycleandroid-architecture-navigation

Read More
Why Timber log produces the log messages twice once the activity restart its lifecycle in Android?...

androidloggingandroid-lifecycleactivity-lifecycletimber-android

Read More
SQLiteDatabase error on recreate Activity...

androidsqliteandroid-activityandroid-sqliteandroid-lifecycle

Read More
How to check if an Android app started by a service in a separate Android app has finished loading?...

androidandroid-intentandroid-lifecycle

Read More
Distinguish between pushing "home" button and opening another Activity...

androidandroid-activityandroid-lifecycleactivity-lifecycle

Read More
Fragment Transaction Issue in Android...

androidkotlinandroid-fragmentsfragmentandroid-lifecycle

Read More
Android: When a service is killed, how can we persist the service state for later restoration?...

androidandroid-serviceandroid-lifecycle

Read More
Wear OS Permissions screen never shows on first run of app - black screen instead...

javaandroidandroid-permissionswear-osandroid-lifecycle

Read More
Using setValue instead of PostValue for LiveData...

androidandroid-livedataandroid-lifecycle

Read More
Navigation to Fragment from Activity and back to the Activity is causing the activity to be created ...

androidkotlinandroid-fragmentsandroid-lifecycleandroid-navigation

Read More
How to get LiveData to switch between two other LiveData...

androidkotlinandroid-lifecycle

Read More
Android activity and foreground service - general question...

androidandroid-activityandroid-serviceandroid-lifecycle

Read More
Is onActivityCreated() called after onViewCreated() in a Fragment?...

androidandroid-lifecycle

Read More
Why app crash when enter in landscape mode? kotlin.UninitializedPropertyAccessException: lateinit pr...

androidkotlinandroid-lifecycle

Read More
Observe LiveData from LifeCycleService...

androidserviceandroid-lifecyclelifecycleandroid-livedata

Read More
Lifecycle of a Java class in android studio...

javaandroidandroid-lifecycle

Read More
Where is the difference between onCreate and onStart if both are called upon Activity change anyway?...

javaandroidandroid-activityandroid-lifecycle

Read More
Android - What happens when android frees up memory of data that was created in onCreate...

androidandroid-lifecycleandroid-memory

Read More
OnStop() saves data to database multiple times...

javaandroidsqliteandroid-activityandroid-lifecycle

Read More
CountDownTimer : In Activity, ViewModel or separate class?...

androidandroid-lifecyclecountdowntimerandroid-viewmodel

Read More
Confused about activity lifecycle...

android-activityandroid-lifecyclestart-activityactivity-finish

Read More
How to save the UI View or UI Screen in onStop()?...

androidimageandroid-recyclerviewgalleryandroid-lifecycle

Read More
Do Activities get destroyed and recreated in Android during lifecycle events? Or do they simply get ...

androidandroid-lifecycle

Read More
BackNext