As seen in the picture shown below

screenshot

I'm trying to make a view like this but I can't seem to figure out the logic for navigating between the tabs. I want to make this possible on android. I know that it can be done because this is a picture from UberMusic, which is an app available for Android. I wanna create a view just like this one. Is there anyone that can help me get started? I want it to replicate the new Metro Windows Pivot Control. Thanks for anyone that can help!

link|improve this question

67% accept rate
why to take tab instead you can use Textview itself using Selectors – hotveryspicy Dec 24 '11 at 7:06
feedback

1 Answer

Just use Expandable List Adapter for each tab

link|improve this answer
but how would i implement the infinite scrolling and swipe from left to right and vice versa? – Andrew Butler Dec 24 '11 at 15:39
In xml just use <ScrollView> and inside that <HorizontalScrollView>., then it will work for both. – Jyosna Dec 26 '11 at 4:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.