Search code examples
Preserve data through memory cleaners...

androidandroid-activityviewmodelandroid-lifecycle

Read More
Up Button Calls OnDestroy of Parent Activity...

androidandroid-fragmentsandroid-lifecycle

Read More
Communication between two activities using interface not working as expected...

androidandroid-activitykotlininterfaceandroid-lifecycle

Read More
Setting TextView text after onActivityResult...

javaandroidandroid-lifecycle

Read More
How to run code when coming back to activity...

androidandroid-activityandroid-lifecycle

Read More
Android Service Running only when UI is active...

androidserviceandroid-lifecycleactivity-lifecyclebattery-saver

Read More
Android - Activity constructor...

javaandroidandroid-activityconstructorandroid-lifecycle

Read More
How to close a activity and exit the app in background when a button is clicked in Android in this s...

androidandroid-activityandroid-lifecycle

Read More
TimerTask and Timer: behaviour of instance variable...

javaandroidandroid-lifecycletimertask

Read More
How can I cause the Android Application class to be recreated?...

androidandroid-lifecycleandroid-instant-run

Read More
LifeCycles getting called when app is forcefully killed...

androidandroid-lifecycle

Read More
Live Data is not updating ViewModel...

androidretrofitandroid-lifecycleandroid-livedata

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

androidandroid-activityandroid-lifecycle

Read More
Manifest screenOrientation property vs setRequestedOrientation...

javaandroidandroid-manifestandroid-lifecycle

Read More
Can push notification execute code in parallel with UI thread or not?...

androidmultithreadingfirebasefirebase-cloud-messagingandroid-lifecycle

Read More
Activity is destroyed when new activity is started on Android 8.0...

androidandroid-activityandroid-lifecycleandroid-8.0-oreo

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

androidexceptionandroid-lifecycle

Read More
How an overrided android life cycle method can run the code after the super call without going to it...

javaandroidandroid-lifecyclesuper

Read More
Android Fragment in Layout Losing Listener...

androidandroid-activitykotlinfragmentandroid-lifecycle

Read More
What is the difference between `finishAffinity();` and `finish()` methods in Android?...

javaandroidperformanceandroid-lifecycle

Read More
GlobalScope vs LifecycleOwner:CoroutineScope...

kotlinconcurrencyandroid-lifecyclekotlinx.coroutines

Read More
How to execute code before Android app is killed...

androidandroid-lifecycle

Read More
Where should I be using getIntent() in the Android lifecycle...

androidandroid-intentandroid-activityandroid-lifecycle

Read More
Make Android Lifecycle Observer receiver non nullable in Kotlin...

androidkotlinandroid-lifecycle

Read More
java.lang.IllegalStateException: attempt to re-open an already-closed object On Orientation Change...

androidcursorandroid-lifecycle

Read More
What is the lifecycle of a static variable shared between Activities?...

javaandroidandroid-lifecycleactivity-lifecyclestatic-variables

Read More
How to close Activities...

androidandroid-activityandroid-lifecycle

Read More
Lifecycle observer inconsistent with lifecycle functions on Nexus 5...

androidandroid-support-libraryandroid-lifecycle

Read More
onStop delays to be called when restarting activity...

javaandroidandroid-activityandroid-lifecycle

Read More
Query DB once in Activity life-cycle using Loader...

androidsqliteandroid-recyclerviewcursorandroid-lifecycle

Read More
BackNext