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()