What is the correct way to pass arguments to a Fragment after inflation (for example, after calling setContentView)? Attempting to call setArguments() after setContentView() results in "java.lang.IllegalStateException: Fragment already active".
Is it simply preferable to instantiate and add Fragments via code, rather than use fragment inflation from an XML layout? -dave -- 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

