My question is how to landscape Activity or TableLayout in the TabHost Layout?
I mean How to do something like this?

My Situation is the same this question
Android: Landscape Child Activity in a Portrait Tab Activity
Thanks,,,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As per my knowledge, all the layouts can automatically converts themselves in changed orientation mode. Please use below code to handle orientation mode.
Apply below code in menifest files for each activity for each tab.
Then apply below code to each code of each activity.