aurelhubert / ahbottomnavigation

A library to reproduce the behavior of the Bottom Navigation guidelines from Material Design.
3.83k stars 682 forks source link

Integration with google's suppoer navigation library #380

Open semanticer opened 6 years ago

semanticer commented 6 years ago

Google has magical support with their own implementation of navigation library and their own bottom nav bar via this simple method:

NavigationUI.setupWithNavController(bottomNav, navController)

Since their bottom navigation implementation is so terrible and missing many features it would be nice to use ahbottomnavigation. Is it possible to create some helper method for similar connection to navigation library - my current hacky solution is terrible right now :)