app包中的fragment和v4包中的fragment的使用的区别
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;
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。