How do I pass a value from one view controller to its previous prant view controller?
Consider this case: I have two view controller. The first screen has one lable and a button and the second view controller has one EditText and a back button.
If I click the first button then it has to move to second view controller and here user has to type something in the text box. If he presses the button from the second screen then the values from the text box should move to the first view controller and that should be displayed in the first view controller.