I am a new user trying make android apps with B4A, as the title of the question, if I created 2 activities, one is "main" and another is "page 1".
In "main", I set a variable, Name, and will do several process to change the value of Name, then I would like to show the value of Name in "page 1". However I cannot use the value of Name, and it said "undeclared variable 'Name' is used before it was assigned any value."
How can I use the value of Name for other activity?
P.S I only write Dim Name As String at Process Globals of Main but none at Page 1.
Please help. Thank you.
In "main", I set a variable, Name, and will do several process to change the value of Name, then I would like to show the value of Name in "page 1". However I cannot use the value of Name, and it said "undeclared variable 'Name' is used before it was assigned any value."
How can I use the value of Name for other activity?
P.S I only write Dim Name As String at Process Globals of Main but none at Page 1.
Please help. Thank you.