I'd like to pass some information to all attached Fragments in my Activity. 
However the simplest way that I can see how to accomplish this is to keep 
track of the Fragments that are being attached, via the onAttachFragment() 
method. I would save those Fragments in a list and when I need to, go 
through that list, and pass the data via a function call.

Is there another way that I can accomplish this?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to