You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
看到您的添加 Fragment 方法很简单: public Fragment createFragment(String bean, int position) { return Fragment2.newInstance(Fragment2.TAB_NAME2, getList_bean().get(position)); },但如果我的 Fragment 有两个,UI和逻辑都不同,没办法合成一个,这种情况怎么添加
The text was updated successfully, but these errors were encountered:
看到您的添加 Fragment 方法很简单:
public Fragment createFragment(String bean, int position) { return Fragment2.newInstance(Fragment2.TAB_NAME2, getList_bean().get(position)); }
,但如果我的 Fragment 有两个,UI和逻辑都不同,没办法合成一个,这种情况怎么添加The text was updated successfully, but these errors were encountered: