I have a TabActivity class that has 3 tabs on it. Typically you pick 1
to be currently active and it initializes. Only when you select
another tab is that one initialized. Is there any way to force all 3
tabs to initialize onstartup. Calling setCurrentTab(0);
setCurrentTab(1); setCurrentTab(2); doesnt work.

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

Reply via email to