[android-developers] ActionBar in TabActivity

2011-08-10 Thread Julius Spencer
Hi, I have a TabActivity and I would like to add tabs to the ActionBar in the Honeycomb+ devices. I'm not sure how to have a TabActivity for pre Honeycomb and yet use a FragmentActivity at the same time to access the actionbar. Has anyone know how to get around this issue? Regards, Julius. -

Re: [android-developers] ActionBar in TabActivity

2011-08-10 Thread Julius Spencer
Oops just saw the updated documentation for how to do tabs here: http://developer.android.com/reference/android/app/TabActivity.html Will give that a go. On 10/08/2011, at 9:00 PM, Julius Spencer wrote: > Hi, > > I have a TabActivity and I would like to add tabs to the ActionBar in the > Hone

Re: [android-developers] ActionBar in TabActivity

2011-08-10 Thread Mark Murphy
You may also wish to consider Action Bar Sherlock, which allows you to have an action bar (and tabs in the action bar, a la Honeycomb) on phones. On Wed, Aug 10, 2011 at 5:06 AM, Julius Spencer wrote: > Oops just saw the updated documentation for how to do tabs here: > http://developer.android.co