I am engaged in an integration project, which includes the integration of two projects into one. How I want to do this, I have a common project, the activity of this common project should be able to trigger the actions of two other projects, depending on various events, for example, on a particular button press, etc. How can i do this? Is this possible with intent?
In addition, the actions of two other projects should be able to challenge each other. How to do it?
source
share