PDA

View Full Version : pass the values from one activity to previous activity



hr.hatami
یک شنبه 18 دی 1390, 22:59 عصر
Can any one tell me how to pass the value from one screen to its previous screen. Consider the case.i m having two screen first screen with one Textview and button and the second activity have one edittext and button.

If i click the first button then it has to move to second activity and here user has to type something in the textbox. If he press the button from the second screen then the values from the textbox should move to the first activity and that should be displayed in the first activity textview.

hooman.ahmadi
شنبه 24 دی 1390, 10:30 صبح
شما می توانید از startActivityForResult استفاده کنید و پس از آن از طریق onActivityResult نتیجه را دریافت کنید.