Search code examples
Calling onCreateOptionsMenu manually in Android 10...


javaandroidandroid-fragmentsactivity-lifecycleandroid-10.0

Read More
button.setOnClickListener() Crashes Android App, on Device Rotation...


javaandroidxmlandroid-layoutactivity-lifecycle

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


androidandroid-lifecycleactivity-lifecycle

Read More
Problem with getOnBackPressedDispatcher while Handling Fragment Backstack...


javaandroidandroid-fragmentsactivity-lifecycleonbackpressed

Read More
Why does calling getWidth() on a View in onResume() return 0?...


javaandroidandroid-layoutactivity-lifecycle

Read More
Kotlin, How do I dismiss an App by pressing the Back button Activity which is not the launcher activ...


kotlinandroid-fragmentsnavigationandroid-navigationactivity-lifecycle

Read More
Xamarin Android - Is OnResume() method work differently on multiple devices...


c#android-activityxamarin.androidonresumeactivity-lifecycle

Read More
Activity lifecycle - onCreate called on every re-orientation...


androidactivity-lifecycle

Read More
Close android activity (completely, not even in background) using finish on a button click...


androidandroid-layoutandroid-activityactivity-lifecycleactivity-finish

Read More
Is there a function in Android analogous to "int main" in C/C++ which contains the program...


javaandroidactivity-lifecycle

Read More
How to finish destroyed Activity...


androidandroid-activityactivity-lifecycle

Read More
how to get lifecycle of abstract activity in android...


javaandroidactivity-lifecycle

Read More
Is onPause() called when user closes the app from recents...


androidonpauseactivity-lifecycle

Read More
Is launch { whenStarted {} } and launchWhenStarted {} exactly the same?...


androidcoroutineactivity-lifecyclecoroutinescope

Read More
when onStop is actually called...


androidandroid-activityactivity-lifecycle

Read More
Android onStop gets called right after tap home button...


androidandroid-studioactivity-lifecycle

Read More
After update lifecyle to version 2.4.0 Make build error AAR metadata file: **/aar-metadata.propertie...


androidactivity-lifecycle

Read More
How can I subscribe and unsubscribe using onResume() and onPause() methods with RxJava 2?...


rx-androidrx-java2activity-lifecycle

Read More
onResume called for background activity when showing transparent activity...


androidthemestransparentactivity-lifecycle

Read More
Android: Control action to happen if user closes app with Recent Apps Button...


androidactivity-lifecycle

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


androidloggingandroid-lifecycleactivity-lifecycletimber-android

Read More
Close Firebase database connection when leaving Android app...


androidfirebasedatabase-connectionfirebase-realtime-databaseactivity-lifecycle

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


androidandroid-activityandroid-lifecycleactivity-lifecycle

Read More
Keeping TextView visibility (View.INVISIBLE) and Button state (setEnabled(false)) after screen rotat...


androidlayoutactivity-lifecycle

Read More
When is a ConstraintLayout drawn in an Activity?...


androidandroid-layoutandroid-constraintlayoutactivity-lifecycle

Read More
When does Android destroy activity without destroying the entire process?...


androidandroid-activityactivity-lifecycle

Read More
How RecyclerView.Adapter StateRestorationPolicy works?...


androidandroid-recyclerviewactivity-lifecycle

Read More
Back button in Android activity lifecycle...


androidandroid-lifecycleactivity-lifecycle

Read More
What is Activity.finish() method doing exactly?...


androidactivity-lifecycleondestroyapplication-lifecycle

Read More
How to cancel with and without interruption using Coroutines on Android, including auto-cancellation...


androidandroid-asynctaskandroid-lifecyclekotlin-coroutinesactivity-lifecycle

Read More
BackNext