I only have found information about how to create a Fragment sending some data to it, but only in its instantiation with the constructor.
But I want to know if it is
Just add a method in Fragment which you want to receive arguments, then invoke the method in Activity.
Activity's Code:
Fragment's Code: