Is there any built-in solution when a TabHost have a high number of tabs and dont fit in the screen like the “More …” option in iOs?

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.
In android you usually approach this using a horizontalScrollView to hold the tabs, or better yet use a viewpager like the Google+ or Google Play app.
Take a look at http://viewpagerindicator.com/ to see an implementation and a library of this functionality