For example I would like to select the 3rd tab instead of the first one in onCreate
Yes , you can do that by writing this code in your Activity
`bottomBar.setDefaultTab(R.id."YOUR_TAB_ID");`
Hope this helped
@burhanshakir you can use "performClick()" in the 3rd tab.
Most helpful comment
Yes , you can do that by writing this code in your Activity
Hope this helped