A.通過findFragmentByTag或者getActivity獲得對方的引用(強轉)之后,再相互調用對方的public方法。 B.通過Bundle的方法進行傳值,在添加Fragment的時候進行通信 C.利用eventbus進行通信 D.使用ContentPrivoder通信
A.add() B.insert() C.commit() D.save()
A.startTransaction() B.beginTransaction() C.endTransaction() D.runTransaction()