the new android market does introduce a tab like control, as seen in these pictures 

what control is it? the one saying “Editors Choice” in dark green, you could swipe it in the main activity.
i wanna know the name so i can research how to use it 🙂
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.
It’s a ‘Scrollable Tab’
http://developer.android.com/design/building-blocks/tabs.html
http://developer.android.com/design/media/tabs_scrolly.mp4
Scroll down to scrolling tabs:
http://developer.android.com/design/patterns/swipe-views.html
They talk about implementation details here:
Swipe to switch tab selection
And as Mark mentioned a ViewPagerIndicator implementation here:
https://github.com/JakeWharton/Android-ViewPagerIndicator