Hiello, thanks a lot for your tutorials.
I have a question. How can I pass data from the local service to the the activity that started it?
Meaning, instead of "toasting" a message like "service started..." I want to generate the String in the service, pass it to the controller Activity and display it on a TextView.
Thanks in advance
Dickwan

