It appears that TabActivity is now deprecated, we need to use Fragments.
I tried using a standard Activity but couldn't call getTabHost.
So it appears i have to use Fragments. But i am a little confused how this would work.
I understand that fragments are not activities so they are not in the manifest file?
SO i presume i can't do startActivity on a fragment?
Does anyone know of a good example explaining the tabHost and Fragments, all the examples and tutorials i have found are only using the tabactivity.
Thanks in advance