how to move data's from one page to the other in Android
问题 Hi in my app i have placed two edit boxes and on OK button. In the edit boxes i am getting the values such as the first name and second name. Now i want to do the following process 1. When i click the button OK i move over to the new page, here i want to display the data's entered in the edit boxes of the first page. 2.In the title bar of the second page i want display the data entered in the first edit box ie the first name entered there must be the title of the second page. how to do this