Hi Group,

              I am stuck with the Fragment Navigation with the
ActionBar.Say I have 3 Fragments f1,f2,f3 associated with the 3 tabs
t1,t2,t3. I have all the 3 tabs working fine with the 3 Fragments .
Now in tab t1 which has the f1 fragment has a button, on click of this
button  i am using
getActivity().getSupportedFragmentManager().beginTransaction().replace(R.id.content,newFragment).commit();
to replace the Fragment f1 in Tab t1, The replacement happens but,
when i click on the tabs t2 or t3, It will be still pointing to this
replaced newFragment in Tab1 instead of pointing to the Tab2's
fragment2.

  If some one has any idea about this kindly please throw light on
this and oblige.

Regards
-R

-- 
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

Reply via email to