[android-developers] ActionBar Tabs with multiple fragments

2012-02-09 Thread Jason Prenger
Hi everyone, I've been trying to update my app and get going with fragments, the action bar, and all the other UI features that I'm missing out on. I understand I can have multiple fragments in an activity, have different layouts based upon the device and all that good stuff but I'm struggling

Re: [android-developers] ActionBar Tabs with multiple fragments

2012-02-09 Thread Mark Murphy
On Thu, Feb 9, 2012 at 12:36 PM, Jason Prenger jasonmpren...@gmail.com wrote: but how do I have more than one fragment in a tab? The same way you have more than one fragment anywhere else: put more than one in a container (e.g., two FrameLayouts in a LinearLayout). I can convert the second