Search code examples
Detach Fragment when Activity gets recreated...

androidandroid-fragmentsandroid-lifecycleandroid-dialogfragmentfragment-lifecycle

Read More
Stop handler after the fragment has been destroyed...

androidlistviewandroid-fragmentsandroid-lifecyclefragment-lifecycle

Read More
At what point in the Fragment lifecycle is a RecyclerView ready?...

androidandroid-fragmentsandroid-recyclerviewfragment-lifecycle

Read More
Is it mandatory to set databinding obejct to null inside onDestroyView()?...

androiddata-bindingandroid-databindingandroid-lifecyclefragment-lifecycle

Read More
In an Android Fragment, why is a call to superclass not made on `onCreateView`?...

androidandroid-fragmentsfragmentfragment-lifecycle

Read More
Fragment instances are kept in viewPager2 when host fragment removed...

androidandroid-viewpagerandroid-viewpager2fragment-lifecyclefragmentstateadapter

Read More
replacement method for onNewIntent() in android fragment...

androidandroid-fragmentsnfcfragment-lifecycle

Read More
Fragment popbackstack trigger lifecyclescope collect...

androidkotlinandroid-fragmentsfragment-lifecycle

Read More
Why getContext() in fragment sometimes returns null?...

androidandroid-fragmentsfragment-lifecycle

Read More
testing androidx.fragment lifecycle by stopping and resuming with FragmentScenario, onCreateView() c...

androidandroid-fragmentsfragment-lifecycleinstrumented-testandroid-fragmentscenario

Read More
How to get LifecycleOwner in a Fragment?...

androidandroid-lifecyclefragment-lifecycle

Read More
How to detect fragment is idle for some time in android...

androidandroid-fragmentsfragmentfragment-lifecycle

Read More
Explanation needed for - Blank Fragment Java code in Android Studio...

javaandroidandroid-studioandroid-fragmentactivityfragment-lifecycle

Read More
onResume of new Fragment called before onPause in Android Oreo 8.0...

androidfragmentandroid-8.0-oreofragment-lifecycle

Read More
Difference and uses of onCreate(), onCreateView() and onActivityCreated() in fragments...

androidandroid-fragmentsandroid-lifecycleoncreatefragment-lifecycle

Read More
Does adding a new fragment to the backstack pause the current fragment?...

androidfragmentfragmentmanagerback-stackfragment-lifecycle

Read More
How does fragment's lifecycle works inside viewpager? Why onStop is not called on navigation cha...

androidandroid-viewpagergreenrobot-eventbusfragment-lifecycle

Read More
Understanding Fragment's lifeCycle methods calls during fragment transaction...

androidandroid-fragmentsfragment-lifecycle

Read More
injecting viewmodel with navigation-graph scope: NavController is not available before onCreate()...

androiddagger-2android-viewmodelandroid-architecture-navigationfragment-lifecycle

Read More
Issues with multiple instances of same Fragment in ViewPager?...

javaandroidandroid-fragmentsandroid-lifecyclefragment-lifecycle

Read More
Relation between fragment and activity lifecycle...

android-activityfragmentandroid-lifecycleactivity-lifecyclefragment-lifecycle

Read More
Refreshing fragment doesn't call onCreate(). It's normal?...

androidandroid-fragmentsfragmentfragment-lifecycle

Read More
When does onActivityCreated get called in a Fragment's Lifecycle?...

androidfragment-lifecycle

Read More
views null in onViewCreated...

androidandroid-fragmentsandroid-viewfragment-lifecycle

Read More
Kotlin : create content in onCreateView...

androidkotlinfragmentandroid-lifecyclefragment-lifecycle

Read More
Distinguishing static fragments from dynamic ones...

androidandroid-fragmentsfragment-lifecycle

Read More
Fragment saves previous state but it doesn't restore correctly...

androidandroid-fragmentsandroid-savedstatefragment-lifecycle

Read More
How to manage to start fragment `onCreateView()` after data is loaded form the internet...

androidandroid-fragmentsandroid-viewpagerfragment-lifecyclefragment-oncreateview

Read More
AppCompat Fragment lifecycle changed...

androidandroid-fragmentsandroid-appcompatandroid-lifecyclefragment-lifecycle

Read More
Save interface (Listener) in onSaveInstanceState...

androidactivity-lifecyclefragment-lifecycle

Read More
BackNext