Hi! I'm trying to convert existing iOS application to work on Android ICS.
On iOS there is a TabController which is a root controller and it's tab bar is shared among other controllers. Usually, every tab item, when clicked, shows top view controller on related stack. After a lot of research I found that I should use ActionBar with tabs, but I need ActionBar which is shared among activities. Any suggestions or example how can I implement "root tab bar controller"? -- 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

