-3

guys I am developing an Android Studio, and I would like to create a scrollabe header, a similar one that this app has: Donald Trump Soundboard.

Do you know any lectures on youtube or anywhere where I can learn a required skills to create such a header?

Armin Beda
  • 89
  • 9
  • Hi. Please note this type of question is specifically off-topic for StackOverflow because you are asking for tutorials and other learning resources – Lexi May 25 '17 at 20:28
  • Hi @Lexi. You're right. I really need to know it. What should I do then? – Armin Beda May 25 '17 at 20:33
  • 1
    I would try to find a forum where discussion like this is allowed. Usually something like reddit or similar has a community that allows this type of question. – Lexi May 25 '17 at 20:34

2 Answers2

0

I just saw the app, the one you are talking about is swipe​ view. The tabs are not fix rather it moves. It has been asked here( How to make scrollable tab in Android? )

Pawan Dubey
  • 117
  • 13
0

If you want to have a scrollable Tab Layout, I have created an android library that does just that. It has custom animations too if you're into that. You can take a look here and see if it suits your purpose.

tompee
  • 1,368
  • 1
  • 5
  • 6
  • I tried out your sample, now I could created a really fine scrollable bar. I have a quetion though. If I have buttons in the different Fragments, how should I attach different activites to the diferrent segments where I can use the buttons with OnClicklistener? – Armin Beda May 29 '17 at 10:56