郝小七的博客我用的是adt-bundle,replace报错The method replace(int, Fragment) in the type FragmentTransaction is not applicable for the arguments (int, AnotherFragment)代码如下package com.example.newfragment;...
a10615的博客getSupportFragmentManager().beginTransaction().replace(R.id.fl_content, new TestFragment()).commit(); 这句代码,具体做了哪些事情,从而让界面变化的。这里仅做快速简单分析,具体参考底下的博客。另外给...
丨败北的少年丨的博客最近在学习安卓的fragment组件,发现编译的时候一直报错 The method add(int, Fragment) in the type FragmentTransaction is not applicable for the arguments (int, PlaceholderFragment) 这是错误的代码:...