Hello,

i built up all contents in a app with fragments, followed the tutorial of 
the example with the article click listener to replace the fragment through 
another one. To explain i try to implement a wizard with multiple steps to 
finish it. By invoking transaction.replace(R.id.wizard_content, new 
FishCreate()); the fragment return value from onCreateView will be attached 
to the existing views. What i have to do that the inflated content from the 
previous fragment is really overwritten?

Thanks
Daniel

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