Activity1 uses startActivityForResult() to start Activity2. Activity2 uses setResult() to set the data to be returned. Activity1 uses onActivityResult() to collect the returned data and process it.
The description of the problem is not very detailed. You can describe it graphically or add a text description. I don’t understand what process needs to be implemented
Activity1 uses startActivityForResult() to start Activity2.
Activity2 uses setResult() to set the data to be returned.
Activity1 uses onActivityResult() to collect the returned data and process it.
The description of the problem is not very detailed. You can describe it graphically or add a text description. I don’t understand what process needs to be implemented