There are numerous articles on the Internet that provide an overview of the Android Activity lifecycle, as well as the corresponding Fragment lifecycle. One thing that I have found lacking, however, is a detailed examination of the relationship between the two – in particular, exactly what events trigger what other events. Thus, I’ve set out to remedy that particular lack with this blog post. Code for this particular post may be found at https://github.com/SilverBayTech/FragmentLifeCycle.