Greetings, I wonder, what is the most efficient way to figure out if I should commit a FragmentTransaction? The FragmentManager/FragmentTransaction classes don't have good methods to check if we are able to commit a FragmentTransaction.
Furthermore, since I always get the exception "java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState", is it possible for me to save FragmentTransactions in a bundle so that they can be resurrected later? -- -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

