TabHost has a great method setContent where I can set another Activity, so I will have two active activities:TabActivity and activity that I will set in setContent.
Is there any possibility to do that without TabHost ? Just one activity with view where I can set another activity.
P.S. Fragments not work for me !!!
no, I’m afraid beside TabHost or using fragments, it’s not possible to do that. actually, without tabHost – I don’t understand why such a thing would be usefull to you. because switching between activities without tab – is trivial..