I can't figure out how to interact with other fragments. I know I need to implement the OnFragmentInteractionListener but I don't know what is the properly ways to pass to the listener.
The OnFragmentInteractionListener has method which take Uri as a parameter. What is the structure of the that Uri we have to pass in.
Why not object instead of Uri.