this should be something simple but yet i can't seem to find the answer anywhere.
I have a parent activity that starts a sub activity. From the sub activity, i want to be able to go back to the parent activity without terminating the child activity. Both activities will have UI so i don't think service will work here. So basically, is there a way for me to put the child activity to the background by calling the parent activity and then from the parent activity to get the child activity back without creating a new instance of the sub activity (do i just call startSubActivity(new instance())? Thanks in advance for your help --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

