Cheers Mark and Dianne. Sounds like setArguments is analogous to XML attributes, whereas I had been using them similarly to Intent data, which now seems so very wrong...
-dave On Apr 27, 2:56 pm, Dianne Hackborn <[email protected]> wrote: > You use arguments when you are creating it in code, and XML attributes when > you are creating from XML. If you want to modify the fragment state after > it is made... well just add methods to your fragment to set the state. -- 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

