Call other activities in an activity?
        Posted  
        
            by Mohit Deshpande
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mohit Deshpande
        
        
        
        Published on 2010-05-08T12:53:10Z
        Indexed on 
            2010/05/08
            12:58 UTC
        
        
        Read the original article
        Hit count: 196
        
Say I have 2 activities (ActivityOne and ActivityTwo). How would I call ActivityTwo from ActivityOne? Then how would I return to ActivityOne from ActivityTwo? For example, I have a listview with all the contacts on the host phone. When I tap on a contact, another activity shows information and allows editing of that contact. Then I could hit the back button, and I would go back to the exact state that ActivityOne was in before I called ActivityTwo. I was thinking an Intent object, but I am not sure. Could someone post some code?
© Stack Overflow or respective owner