Folks, I was wondering if anyone has been able/knows how to include a TabHost view inside a ViewFlipper view...
I've tried various ways to do this but keep getting a NulPtr exception whenever the tabhost object is accessed at startup. It looks like Viewflipper does exactly that : flips *view* objects. It knows nothing directly of the concrete Java classes that are associated with the views so the tab objects are always nulls. Unfortunately, the tabhost needs to be data/object populated before it is ever accessed, so this is the issue. Is this analysis correct? If so, is there any way around this? Or am I doing something wrong? Thanks for any suggestions. -- 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

