Re: [android-developers] Using v4 Fragments with v11 ActionBar tabs

2011-04-19 Thread Mark Murphy
On Tue, Apr 19, 2011 at 11:19 AM, Chris Stewart wrote: > As far as I know, you can't use the ActionBar pre-Honeycomb anyway.  So you > wouldn't have a scenario in which you'd be able to use the ActionBar unless > you're targeting Honeycomb. No, but you can have an application that uses the Androi

Re: [android-developers] Using v4 Fragments with v11 ActionBar tabs

2011-04-19 Thread Chris Stewart
As far as I know, you can't use the ActionBar pre-Honeycomb anyway. So you wouldn't have a scenario in which you'd be able to use the ActionBar unless you're targeting Honeycomb. And to clarify, I don't know much, so I could be completely wrong. :) -- Chris Stewart http://chriswstewart.com On

Re: [android-developers] Using v4 Fragments with v11 ActionBar tabs

2011-04-19 Thread Mark Murphy
On Tue, Apr 19, 2011 at 11:10 AM, Dave Johnston wrote: > I'm having trouble implementing ActionBar tabs whilst also using > backward-compatible Fragments (with the compatibility package). > > The main issue being that ActionBar.TabListener expects > android.app.Fragment, and my Fragment classes in

[android-developers] Using v4 Fragments with v11 ActionBar tabs

2011-04-19 Thread Dave Johnston
I'm having trouble implementing ActionBar tabs whilst also using backward-compatible Fragments (with the compatibility package). The main issue being that ActionBar.TabListener expects android.app.Fragment, and my Fragment classes inherit from android.support.v4.app.Fragment. Therefore I can't use