In my app, i use a dual panel layout where each buttons on the left side replaces the fragments at the right side(Frame Layout).
The FragmentTransaction.replace() method actually removes the current one and add another fragment to the container, how can i save the fragment instance before replacing and retrieve it back when i need it? Or is there anyway to change the fragments without replacing them? -- 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

