the sequence of onDestroyView and onViewCreated when A fragment replace B fragment

前端 未结 0 590
故里飘歌
故里飘歌 2020-12-15 08:14

Suppose we have two fragment, A and B, we use replace() to let B replace A. What will the callback sequence? Is it possible the A.onDestroy be called after B.onViewCreated?

相关标签:
回答
  • 消灭零回复
提交回复
热议问题