I have an intentService in my app that I use to play music files in the background. In this service, I have several methods (play, pause, stop, etc.) that I need to call from my main fragment in response to UI input. However I cant seem to find any way of sending messages to an intentservice, I can only find ways to sending messages from an intentService to an activity.
If someone knows a way I can achieve this, I would much appreciate it.