程序员人生 网站导航

app包中的fragment和v4包中的fragment的使用的区别

栏目:综合技术时间:2015-07-31 08:31:26

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

非常重要:http://www.it165.net/pro/html/201411/26897.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;

------分隔线----------------------------
------分隔线----------------------------

最新技术推荐