Rony, you are correct, but of course if (savedInstanceState != null) then I'd need to use the manager findFragmentByTag call to find these recreated fragments since I need to be able to add them to their container view and also to be able to call custom methods that update the displayed data, etc. Now that I understand how and why it works this way, I might make these changes for the sake of efficiency.
On Nov 28, 2:16 pm, Rony Hotimsky <[email protected]> wrote: > What exactly you mean with "all sorts of bizarre behavior"? > I've seen a problem with fragments duplicating themselves after each > screen rotation, and that could be avoided checking if > (savedInstanceState == null) before creating them. -- 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

