Android Question TabStripviewpager programatically select tab

Rusty

Well-Known Member
Licensed User
Longtime User
Is there a way to programmatically select one of the tabs?
Currently, I have X number of tabs (like 10 or so), based upon the user input, I would like to show them the correct tab.
Is there a way like TabStrip1.selectTab(4) to select tab index 4 or a reflection that can do this?
Thanks,
Rusty
 
Top