FragmentMultiPageApp multiApp = new FragmentMultiPageApp();
Bundle bundle = new Bundle();
bundle.putSerializable(ComConstants.NEEDAPPINSTALL, needAppInstall);
bundle.putSerializable(ComConstants.NEEDAPPUNINSTALL,
needAppUnInstall);
bundle.putSerializable(ComConstants.RECOMMENDINSTALL,
recommendInstall);
bundle.putSerializable(ComConstants.RECOMMENDUNINSTALL,
recommendUnInstall);
multiApp.setArguments(bundle);
fragmentManager.beginTransaction()
.replace(R.id.fragmentApplicationContainer, multiApp)
.commit();
进行获取:
bundle = getArguments();
6万+

被折叠的 条评论
为什么被折叠?



