Please give me an idea on how will I retrieve or pass the value of my edittext in my Page1.xml to the edittext in my Page2.xml.
For example, I have entered 1234
in the edittext in Page1.xml, when I pressed the button (which will redirect to my page 2 as well as it will pass the current value of my edittext in Page1.xml), I will see the 1234
in my edittext on my Page2.xml
How will I do that? Can you give me an idea or cite some example? Thanks!