Android: TabHost

Posted by paradroid666 on Stack Overflow See other posts from Stack Overflow or by paradroid666
Published on 2010-06-10T12:31:49Z Indexed on 2010/06/10 12:32 UTC
Read the original article Hit count: 534

Filed under:
|

Hi,

I have a question in regards to http://developer.android.com/resources/tutorials/views/hello-tabwidget.html Lots of issues are already discussed but this example only works for me if I in the onCreate() method do NOT use setContentView(R.layout.main); Why is that? What do I have to do if I want to mix a tab layout with other elements?

Thanks. paradroid666

© Stack Overflow or respective owner

Related posts about android

Related posts about tabhost