I have 3 activities. I’m trying to get a string value from the first Activity to the second Activity. And then I want both the string value of the first Activity and the second Activity in the third activity.
How should the code look in my activities to achieve this?
My flow is first I execute the first Activity, then in the first I start the second Activity, and finally in the second I start the third Activity.
Any help would be appreciated.
please using Intent to put string like :
and same code paste second activity to pass two string like:
and same as get two value to activity3 like: