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

2012-03-04 Thread duadinam
Take a look at the ActionBarSherlock library. It compliments the v4.support library for use with ActionBars. I test the demo on my phone and it works perfectly, its running 2.3.3. David On Tuesday, 19 April 2011 11:10:43 UTC-4, Dave Johnston wrote: > > I'm having trouble implementing Action

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

2011-04-19 Thread Dave Johnston
On Apr 19, 4:18 pm, Mark Murphy wrote: > What seems to be working for me is to simply ignore the passed-in > FragmentTransaction and use your own. See the FeedsTabActivity in this > project: > > https://github.com/commonsguy/cw-advandroid/tree/master/Honeycomb/Fee... Ace, cheers Mark! Looks like

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

2011-04-19 Thread Dave Johnston
On Apr 19, 4:19 pm, 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. I'm targeting Honeycomb but retaining backwards compatibility with old