I have two apps (one is an activity and the other a service) and I want to communicate between the two. How do I do that?
Is there a way to send and receive messages between them directly without using an intermediary like a file or database and a timer?
Is there a way to send and receive messages between them directly without using an intermediary like a file or database and a timer?