I am Trying to create a UI Like https://youtube.com/watch?v=LrOR5QOCHBI.
In Android What i can do is:
Go to Resources->Layout->Tabber.axml and set app:tabMode="scrollable"
and create a tabbed page and play with costume renders.
Problem:
1) In IOS is the top-bar is not scowling ( I did used a plugin to make Tabbed Page on top in IOS) it shows More instead of scrolling.
2) How would i link a list-view or any other view with tabbed pages.