I'm working on an app that has multiple tabs in the ActionBar in
Honeycomb, every tab extends a fragment and every fragment is an
instance of the same class. So in every fragment I have a edittext
with the same name.
What I want to do is to be able to do is to reach this edittext in the
selected tab and extract the text from it in a different fragment that
is not a part of the tabs.
Does anyone have a suggestion of how what I can do to achieve 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