Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android TabHost inside Fragment

I am working on an Android App and I have used android FragmentPager tabs example from developer.android.com), this example uses fragments for tabs contents, Now I want to place a tabHost inside one of those fragments, I have tried my best but the second tab hosts are not showing the content, I can see tab headers but no content, I am trying to use Intents as TabContent. I don't think I have any relevant code to post here, but If you need I can post it here.

The hierarchy is: FragmentActivity->TabHost->Fragments->TabHost->(Intent or Fragment, this is the problem area)

Any Suggestion would be appreciated.

like image 255
TilalHusain Avatar asked Dec 31 '11 13:12

TilalHusain


1 Answers

Have you seen this? I've referenced it a few times, should help you out.

http://thepseudocoder.wordpress.com/2011/10/04/android-tabs-the-fragment-way/

like image 164
adneal Avatar answered Sep 19 '22 05:09

adneal