使用FragmentManager.getFragments()
在Android Studio上显示错误。尽管如此,它还是可以正常编译和运行。
这是错误:
FragmentManager.getFragments只能在同一个库组中调用(groupId = com.android.support)
在我的last OS question中,我询问了片段计数的解决方法,但建议的.getBackStackEntryCount()
未返回片段总数,因此我们无法使用getBackStackEntryAt(int index)
。< / p>
使用FragmentManager.getFragments()
是否安全,即使它显示错误或在某些时候会被弃用?