You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
日志如下:
activity onCreate
fragment onAttach
fragment onCreate
fragment onCreateView
fragment onViewCreated
fragment onActivityCreated
fragment onStart
activity onStart
activity onResume
fragment onResume
我自己测试的log结果显示:Activity的onCreate先于fragment的onAttach执行。
onAttach方法会在Fragment于窗口关联后立刻调用,我认为窗口指的就是activity,如果窗口都没创建,怎么跟窗口进行关联。
The text was updated successfully, but these errors were encountered: