标签: android android-fragments
我有一个xml布局,定义为根LinearLayout,其中包含3个片段。
LinearLayout
调试时我注意到即使在不可见的片段上也会调用onResume。
onResume
设置onResume并调用setContentView后,是否可能在布局中的所有片段上调用Activity.onResume?
setContentView
Activity.onResume
我特别关注fragment documentation对大屏幕自动布局的怀疑