No, use fragments.

On Wed, Feb 2, 2011 at 11:05 AM, Satya Komatineni <
[email protected]> wrote:

> 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]<android-developers%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Dianne Hackborn
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

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