I\'m trying to send string from service to my main activity with broadcast. I have read in a few forums that there are 2 ways to use broadcast. One is to register the activi
you can do 2 things :
1. you can make a class and implement Parcelable . 2. use an Intent service instead of Service .
Refer below link : http://android-er.blogspot.in/2013/03/send-data-from-intentservice-to.html http://www.sanfoundry.com/java-android-program-send-data-service-activity/