As I can communicate a fragment that was added programmatically with an activity and that activity also can communicate with the fragment.
Activity
Fragment added programmatically
As I can communicate a fragment that was added programmatically with an activity and that activity also can communicate with the fragment.
Activity
Fragment added programmatically
getSupportFragmentManager().findFragmentByXX()
getActivity()
Also it is a common practice to use Interface to communicate between them. See https://developer.android.com/training/basics/fragments/communicating.html