Communication between Activity and Service
问题 I am trying to make my own MusicPlayer for android. Where i came to a problem is running some things in background. Main activity manages GUI and up to now all the songs are playing. I wanted to separate GUI and music playing classes. I want to put music managing part in Service and leave other things as they are now. My problem is that i can\'t organize communication between Activity and Service as lot of communication is happening between them including moving objects in both directions. I