I want change the state of a ToggleButton in my Activity when an event occurs in a service. Can anybody please help me to implement this using Handler?
I mean where should I write the code to create the handler and how to trigger it from a service? I read similar posts but, they were not really helpful in achieving this.
I want change the state of a ToggleButton in my Activity when an event
Share
In your Activity
From the service