NavigationTabBar
NavigationTabBar copied to clipboard
How to inflate fragments into the NavigationBar
The tutorial only showed how to inflate views, but what about fragments?
just define a viewpager and setup that , then use below code
navigationTabBar.setViewPager(viewPager);
and if u want to change the fragment when ntb state change use
navigationTabBar.setOnPageChangeListener
Check this answer https://github.com/Devlight/NavigationTabBar/issues/107