Individual screen is showing instead of a tabhost in android eclipse
问题 i am self_learner to android. I have two screens.The first screen contains one edittext and a button,the edittext is to get the input from the user and button is to call the tabhost's activity which is on the second screen. During run time, after getting input from the user,it should show the appropriate values (as per the user's input) to any one of the tab of a tabhost which is on the second screen. But here my problem is,its showing the answer on the separate screen,not on the tabhost