I\'m beginner in Android development.
I try to create kind of MusicPlayer, which uses Service for playing music.
When I click buttons in MainActivity, I call startService with I
Use a messenger to send the Message from the Service on onHandleIntent() method, then Recieve it with A handler...see this tutorial http://www.vogella.com/articles/AndroidServices/article.html