I am using start activity for result which opens another activity and returns the intent which contains extras.
Anyway, I would like to know if the following is possible. I will give an example to make it easier to understand what i am trying do.
Lets say we have activity A activity B and activity C which is the activity A and B start for a result.
I would like to know if I can state, if from activity A launched C, C reveals a hidden spinner. If it was B that launched C, the spinner remains hidden.
Basically activity C changes based on which activity started it.
Is there a way of achieving this?