I'm checking the methods of this library but don't see nothing about selecting the active item programmatically. Is there any way to achieve this?
Thanks and keep up the good work!
// The "0" in this case is the first tab, and "false" indicates if there should be animation or not.
mBottomBar.selectTabAtPosition(0, false);
Would love to see this on the home page docs :)
Yeah this should definitely be on the home page.
@OkySabeni @befitdonate thanks for the feedback
It seems it can be done using :
mBottombar.selectTabWithId(R.id.tab_outbox);
As selectTabAtPosition has now private scope
Most helpful comment