Patrick wrote: > I want each tab activity to register for events on creation. Otherwise > it could happen that a tab is not up2date because it missed the event > simply because the instance didn't register itself. And the second > point is that the selection of each tab the first time works smoother. > Therefore I thought, if there is a way to deactivate lacy creation, it > would help me with this problem. And since I know that the user must > use each tab, it doesn't matter if it is created on startup...
First, if the user "must use each tab", tabs are the wrong UI metaphor. Create yourself a wizard. Second, if you want everything loaded up front, then do not use activities as the contents of tabs. Use Views as the contents of tabs. See: http://github.com/commonsguy/cw-android/tree/master/Fancy/Tab/ -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training...At Your Office: http://commonsware.com/training -- 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

