Thanks for your reply Mark!
I did consider that, but that will cause a problem with pre 3.0 devices.
I thought of:
1. Place the TabHost in a separate Fragment (adding each Tab an empty view),
and place the actual tab content in a second Fragment.
2. Put a OnTabChangeListener for the TabHost to manage the actual tab
content in the second Fragment.

But this feels like a TabHost misuse...

On Mon, Sep 26, 2011 at 6:00 PM, Mark Murphy <mmur...@commonsware.com>wrote:

> On Sun, Sep 25, 2011 at 10:21 AM, Rimma Sukhovsky <drim...@gmail.com>
> wrote:
> > Is it possible to use fragments inside fragments
>
> No.
>
> > and if not what
> > should be the best practice for implementing this?
>
> Put the tabs in the action bar (controlling the contents of a
> FrameLayout to the right of your fixed ListFragment).
>
> --
> Mark Murphy (a Commons Guy)
> http://commonsware.com | http://github.com/commonsguy
> http://commonsware.com/blog | http://twitter.com/commonsguy
>
> Warescription: Three Android Books, Plus Updates, One Low Price!
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to