I have 2 textbox,1 spinnerview and 1 button in this Activity A. After the user click the button, it goes to next Activity B which i want this activity to display what the user have type in the 2 textbox, choosing spinner view. How to do this? Activity B is sort of a Confirmation page of what the user typed in Activity A.
Share
Then in ActivityB in
onCreate():