I've got a solution to my inability to remove tabs from the TabHost...
I rebuild the tabs dynamically in onCreate(), so I remove the tab from the data model so the next time onCreate() rebuilds the tabs (e.g. when the screen rotates) it will not create the tab being removed.
Is there any way I can force the activity to be recreated without waiting for the user to rotate the screen?
Thanks
P



