I am having an issue with using TabHost in a new Intent of type TabActivity which I hope you can point me in the right direction. Funnily it works fine when I try to view it
I had copied and pasted code and noticed that in the id attribute I had:
android:id="@+id/tabs"
when what I really wanted was:
android:id="@android:id/tabs"