假設現在的狀況是
1.fragment主畫面:buy_main
2.左側fragment:fragment_list
3.右側fragment:fragment_text
左側想取得main中的值可以宣告一個方法,如想取得bundle_msg_id值這個參數,以下
public String get_bundle_msg() { return this.bundle_msg_id; }
然後在左側fragment:fragment_list中使用getActivity()取出main中的參數
String bundle_msg_id=((buy_main)getActivity()).get_bundle_msg();
沒有留言:
張貼留言