Android Question dynamic TabStripViewPager settings

peacemaker

Expert
Licensed User
Longtime User
HI, All

I need the tabhost interface, but the tabs qty - is variable (that depends on the internet received info) - so it must be horizontally scrollable.
Tabs head text is 2-line text.
So, i need to remove the tabhost view and create anew at each Activity_Resume.

Do we have any tabhost view that:
1) is scrollable horizontally
2) can be added on a parent container dynamically by code (not only by the designer)
3) view height is known for adding dynamic layout under the view
4) and super, if the tab text would be customizable, 2-line... but optional
?

Seems, Tabhost, ActionBar, TabStrip do not allow all these together ?
 
Last edited:
Top