I would like to know why when screen orientation is changed current tab changes back to default one in TabHost?
I understand that the Activity is destroyed and created again, but why the state of TabHost isn't saved? Per example, text of an EditText is saved and restored, why is it different for current tab? Do I have to do it myself?
Thanks