SyntaxFix
Write A Post
Hire A Developer
Questions
Just do that: getTabAt(index of your tab)
ActionBar actionBar = getSupportActionBar(); actionBar.selectTab(actionBar.getTabAt(0));