I have an activity with BottomNavigationView
and 2 fragments that change based on that bottom buttons. (The same situation will be with the drawer setup or ViewPager or any other fragment-based approach)
How do I extract the fragments into separate feature modules?
The problem that I face is that my main activity, than contains the BottomNavigationView, needs to know about the fragments to instanciate them.