xxv / android-lifecycle

A diagram of the Android Activity / Fragment lifecycle
5.26k stars 681 forks source link

show sequence of Fragment in an Activity #19

Open axd1967 opened 9 years ago

axd1967 commented 9 years ago

assuming a Fragment is part of a layout, what is called when? and when the Fragment is created dynamically?

xxv commented 8 years ago

In this diagram, fragments that are parts of activities are created at time of layout inflation. See the "fragment is inflated from layout" path.