How to pass the values from one activity to previous activity
        Posted  
        
            by Kumar
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Kumar
        
        
        
        Published on 2009-07-14T10:24:51Z
        Indexed on 
            2010/05/02
            7:57 UTC
        
        
        Read the original article
        Hit count: 267
        
android
Dear friends..
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.
regards, s.kumaran.
© Stack Overflow or respective owner