Reputation: 25
Hey , i am starting a service from a activity. I am calling the service from activity by startService();
. But i want some variables from my activity to use in the services code which i am invoking in my activity, So please tell me how to do that?
Is there a way to pass the parameters to service from calling activity?
Thanks in advance!
Upvotes: 2
Views: 1875