main 1 is an activity
main 4 is another activity
I want from the activity "main4" to change the color of a label that is in the activity "main1". It is possible to do it without using callsubdelayed. Because I do not want to change activity to do this, it's like doing it imperceptibly, as in the background. I do not know how to make the activity "main1" and the activity "main4" are working at the same time as if they were 2 different processes that are running at the same time. I do not know if I explain myself very well. I need some basic example to start knowing what I have to do.
With Callsubdelayed, I leave the activity I'm in and I do not want that.
Thank you for your contributions.