Can some draw lifecycle of Fragment and its parent FragmentActivity?

前端 未结 1 1517
粉色の甜心
粉色の甜心 2020-12-29 15:20

In Android docs, I found a specs on Activity lifecycle and on Fragment lifecycle individually, but never together. It does not seem obvious as I at

相关标签:
1条回答
  • 2020-12-29 15:48

    Have you seen this? Fragment is created after Activity is created. It doesn't seem possible for "activity finishes first and then fragments starts" Can you post the code for that?
    This is what I tested, 1 FragmentActivity , two Fragments :enter image description here

    0 讨论(0)
提交回复
热议问题