使用其他片段的数据编辑片段

时间:2014-02-04 00:52:24

标签: android android-fragments

当另一个fragment1中的数据发生变化时,我需要更改fragment2'TextView1的颜色。 尝试使用onResume ()刷新fragment2但未激活。

我该怎么办?

我不把代码很简单。

解决方案:

不是最好的解决方案,而是最糟糕的解决方案。在我的活动中,当我从add int回来时,我做了:

@Override
    public void onResume(){
        super.onResume();
        mSectionsPagerAdapter = new SectionsPagerAdapter(
                getSupportFragmentManager(), this);
        mViewPager.setAdapter(mSectionsPagerAdapter);
    }

我画了所有2个片段:S

0 个答案:

没有答案