I have been attempting to implement the \'advanced\' tabwidget example from google. But, when it tries to call tabHost.addTab(spec); I get a stack trace from t
tabHost.addTab(spec);
Also the
android:theme="@android:style/Theme.NoTitleBar"
does not work for me, if I replace it with
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
it works fine.