I have started currently an portfolio application for HoneyComb tablet. I have used ActionBar.Tab to implement three tab on the ActionBar and Fragment for each Tab. The three tab name About, Gallery, Settings. In the Settings ActionBar.Tab, I want to have TabHost.
That means How to have TabHost inside Fragment. Thanks in advance for your ideas!!!
I have started currently an portfolio application for HoneyComb tablet. I have used ActionBar.Tab
Share
Have a layout with a tabhost like (assuming you define this as my_fragment_tabhost):
In your fragment, have a TabHost member variable and get it in the onCreateView like: