我在FragmentTabHost
中有兩個選項卡 - 我的問題是如何將數據傳遞到選定片段?將值傳遞給選項卡片段
這裏是我的代碼:
mTabHost.addTab(mTabHost.newTabSpec("clips").setIndicator(("Clips")),
MyClipsFragment.class, null);
mTabHost.addTab(mTabHost.newTabSpec("clipboards").setIndicator("Clipboards"),
FragmentSearchMyClipboards.class, null);
重複http://stackoverflow.com/questions/23467612/communication-between-fragments-of-fragment-tab-host – Lukas 2014-11-05 17:22:09