i have a service running in my app. It listens for messages from a server then sends the message to the mainactivity. How can I send data back to the service.
            Asked
            
        
        
            Active
            
        
            Viewed 182 times
        
    0
            
            
        - 
                    1possible duplicate of [Example: Communication between Activity and Service using Messaging](http://stackoverflow.com/questions/4300291/example-communication-between-activity-and-service-using-messaging) – Gil Julio Dec 10 '14 at 21:45
- 
                    the same way you are sending them from the service – pskink Dec 10 '14 at 21:46
- 
                    You should include at least a part of the code you are using to give us some context., – atok Dec 10 '14 at 22:03
