Hello there.
I am looking at the ActionBar classes in 3.0.
Each activity can control its ActionBar.
Activity
{
.....
ActionBar bar = getActionBar();
bar.addTab(..1..)
bar.addTab(..1..)
.....
}
Does every activity in an application setup an ActionBar
independently? Especially if there are common icons or actions that
needs to be activated across multiple activities, is it still the
responsibility of the individual activities to orchestrate?
Thanks
Satya
--
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