As my question, my app has only one a Activity and 2 Fragments (A and B). First, Activity contains fragment A provides to input 2 numbers and a Button. When i click button, dialogFragment B will show to choice the calculation and press Ok button. The fragment B will close and the result will display in Fragment A.
I wan't use the communicating between Fragment - Fragment. Thanks