But onCreate is called before onCreateView... which is where my confusion really stems from. The fact that I need to initialize my internal components in onCreateView means it has to happen after onCreate.
Also, I'm not clear on whether i can access my internal components after calling inflater.inflate in onCreateView or not. Since I have to return the View created there, the parent activity doesn't have it yet, so i'm expecting a call to getActivity().findViewById to fail... unless just the act of inflating will make them available (black box magic code)? I'm sure a lot of this could be cleared up by executing code, but I'm in a bit of a complex quagmire of not-yet-converted code, trying to sort out what needs refactoring and what pieces go where in the Fragment world :) -- 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

