A AndroidUserCCS Member Licensed User Longtime User Mar 30, 2013 #1 Hi, I am running some examples.I am completely newbie in android platform. I want to know how can I to insert a Tabhost in another TabHost. Thanks.
Hi, I am running some examples.I am completely newbie in android platform. I want to know how can I to insert a Tabhost in another TabHost. Thanks.
klaus Expert Licensed User Longtime User Mar 30, 2013 #2 Put the second TabHost onto a Panel and put this panel onto the first with TabHost1.AddTab2("Title", Panel). I'm not convinced that it's a good solution, will take much place. Best regards. Upvote 0
Put the second TabHost onto a Panel and put this panel onto the first with TabHost1.AddTab2("Title", Panel). I'm not convinced that it's a good solution, will take much place. Best regards.