1.错误:The method replace(int, Fragment) in the type FragmentTransaction is not applicable for the arguments (int, MyFragment)
http://www.cnblogs.com/1114250779boke/p/3867494.html
其实主要问题是getSupportFragmentManager(),而不是使用getFragmentManager
2.app包中的fragment和v4包中的fragment的使用的区别
http://blog.csdn.net/a465456465/article/details/10415211
3.写fragment类时,经常默认的导入的是import android.app.Fragment;我们需要手动修改为import android.support.v4.app.Fragment;
时间: 2024-10-15 19:42:40