标签: android android-fragments android-framelayout fragmenttransaction
在添加片段之前是否可以检查片段是否已加载到FrameLayout中?
答案 0 :(得分:1)
Fragment a = getSupportFragmentManager().findFragmentById(R.id.FrameLayout); if(a == null) FrameLayout is empty