Have the activity implement a callback interface and pass the activity as a callback object to your fragment that needs to communicate.
You could also set up an event bus architecture.
You could also implement Rx Subjects to communicate between views.