Android Studio getting "Must implement OnFragmentInteractionListener"
Just remove this line:
throw RuntimeException(context.toString() + " must implement OnFragmentInteractionListener")
There is no need to remove the entire method.
Remove onAttach
method from your Fragment, then it'll be okay.