I have a Fragment
which displays content for my app, but I also have a Spinner
below the Fragment
.
I want something to happen in the Fragment
when the value of the Spinner
is changed. So my question is how does the MainActivity
communicate with the Fragment
?