How to do sth like that:
I’m touching the button. Then application is moving me to another activity. Then I’m choosing one of some options and application return to previous Activity and send there information about my choice.
Thanks in advance.
How to do sth like that: I’m touching the button. Then application is moving
Share
Use startActivityForResult
First Activity:
and in the second activity: